Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Help! Parse Error problems!

Help! Parse Error problems!

Locked

Views: 869

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Sep 2006, 14:35
#1
eternalstudios avatar

eternalstudios

New Zenner

Join Date:
Sep 2006
Posts:
2
Plugin Contributions:
0

Help! Parse Error problems!

Hey

when i go through my payment steps as a new user, it is good untill i get this error:

Parse error: syntax error, unexpected T_DNUMBER in /catalog/includes/modules/payment/paypal.php on line 264

Here is the section of code around that line:

function admin_notification($zf_order_id) {
global $db;

$sql = "select * from " . TABLE_PAYPAL . " where zen_order_id = '" . $zf_order_id . "' order by paypal_ipn_id DESC LIMIT 1";
72.36.156.4n = $db->Execute($sql);
require(DIR_FS_CATALOG. DIR_WS_MODULES . 'payment/paypal/paypal_admin_notification.php');
return $output;

}

but i have no idea what is wrong with this!! any help would be great!

thanks

aaron

13 Sep 2006, 14:50
#2
eternalstudios avatar

eternalstudios

New Zenner

Join Date:
Sep 2006
Posts:
2
Plugin Contributions:
0

Re: Help! Parse Error problems!

hmmm i got it...just reuploaded the paypal.php file...hopefully it works right!