Unhandled Error!

Undefined offset: 0

Document /modules/reddbridgegc/classes/reddbridgegc_actions.php
Document type PHP document
Line 35
Exception class Phpr_PhpException

Code Highlight

	}
 
	public function doVerify()
	{
		$saved = null;
 
		if($this->request_params[0] == 'g'):
 
			$customer = ReddbridgeGC_Customer::create()->where('id=?',$this->request_params[1])->where('email_confirmation_code=?',$this->request_params[2])->where('email_account_confirmed != ?', 1)->find();
			if($customer):
				$this->verify_customer($customer);
				$saved = 'yes';
			endif;
# Call Stack Code Document Line
12 ReddbridgeGC_Actions->doVerify(()) /modules/cms/classes/cms_actionmanager.php 72
11 Cms_ActionManager::execAction('reddbridgegc:doVerify', object(Cms_Controller)) /modules/cms/classes/cms_controller.php 580
10 Cms_Controller->eval_page_content(()) /modules/cms/classes/cms_controller.php 198
9 Cms_Controller->open(object(Cms_Page), array(0)) /controllers/application.php 72
8 Application->On404(())
7 call_user_func_array(array(2) [0 => object(Application), 1 => 'On404'], array(0)) /phproad/modules/phpr/classes/phpr_controller.php 170
6 Phpr_Controller->executeAction('On404', array(0)) /phproad/modules/phpr/classes/phpr_controller.php 84
5 Phpr_Controller->_run('On404', array(0)) /phproad/modules/phpr/classes/phpr_response.php 64
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 37
3 Phpr_Response->open('/rgcverify') /phproad/system/phproad.php 31
2 include('/sites/fairiesandfriend/public_html/phproad/system/phproad.php') /boot.php 114
1 require_once('/sites/fairiesandfriend/public_html/boot.php') /index.php 3