Results 1 to 2 of 2

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Sep 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Help! Parse Error problems!

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

 

 

Similar Threads

  1. PHP Parse error: parse error, unexpected T_STRING
    By awesomo in forum General Questions
    Replies: 9
    Last Post: 6 Sep 2008, 01:38 AM
  2. PLEASE HELP, I did something DUMB -- Parse error: syntax error, unexpected ')'
    By mfsuchta in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 02:16 AM
  3. Parse error PLEASE HELP!!
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Nov 2007, 09:40 PM
  4. Help Parse Error
    By sitesandtours in forum General Questions
    Replies: 4
    Last Post: 30 Nov 2006, 06:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg