Zen Cart Logo
Forums / Addon Payment Modules / Nixaks Sagepay Form Module PHP Warning

Nixaks Sagepay Form Module PHP Warning

Views: 1,048

Results 1 to 1 of 1
13 Aug 2014, 10:24 AM
#1
sprocker avatar

sprocker

New Zenner

Join Date:
Dec 2010
Posts:
2
Plugin Contributions:
0

Nixaks Sagepay Form Module PHP Warning

I am getting the following error - can anyone advice on the solutions please?

PHP Warning: Creating default object from empty value in /home/XXXX/public_html/includes/modules/payment/sagepay_form.php on line 734
[13-Aug-2014 03:05:54 America/Phoenix] PHP Warning: Creating default object from empty value in /home/XXXX/public_html/includes/modules/payment/sagepay_form.php on line 734

This is the code in line 734

if ($start !== false){
			$tokens_found[$i]->start = $start;
			$tokens_found[$i]->token = $tokens[$i];
		}