Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2014
    Location
    Blanchard, Idaho USA
    Posts
    21
    Plugin Contributions
    0

    Default Checkout page 2 - payment options comes up blank

    This happened suddenly and the site was not being edited. Got a not from a customer that the payment page wasn't coming up. I verified that when I click continue checkout on page 1 it goes to
    https://loveofthehorse.com/index.php...eckout_payment but its totally blank.

    I found that paypal isn't coming up in the admin payment options module either.

    Debug shows
    PHP Parse error: syntax error, unexpected '[', expecting ',' or ';' in /public_html/includes/modules/payment/paypal/paypal_functions.php on line 711

    The syntax around that this line all looks fine. I went ahead and replaced the 5 or so files in the directory from an archive and that didn't change anything.

    I've considered reinstalling paypal but not finding the module to download.

    Any advise is welcome. Even if its just to point me to the paypal module to reinstall

    THanks

    loveofthehorse.com

  2. #2
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Checkout page 2 - payment options comes up blank

    Quote Originally Posted by loveofthehorse View Post
    This happened suddenly and the site was not being edited. Got a not from a customer that the payment page wasn't coming up. I verified that when I click continue checkout on page 1 it goes to
    https://loveofthehorse.com/index.php...eckout_payment but its totally blank.

    I found that paypal isn't coming up in the admin payment options module either.

    Debug shows
    PHP Parse error: syntax error, unexpected '[', expecting ',' or ';' in /public_html/includes/modules/payment/paypal/paypal_functions.php on line 711

    The syntax around that this line all looks fine. I went ahead and replaced the 5 or so files in the directory from an archive and that didn't change anything.

    I've considered reinstalling paypal but not finding the module to download.

    Any advise is welcome. Even if its just to point me to the paypal module to reinstall

    THanks

    loveofthehorse.com
    It would appear that the PHP version for the site has been upgraded as the code:
    Code:
    global $$order_totals[$i]['code'];
    is no longer acceptable in this case and should be:
    Code:
    global ${$order_totals[$i]['code']};
    as then modified in Zen Cart version 1.5.5.

    The "best" fix would be to upgrade the store which can be done without taking the current store off-line.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2014
    Location
    Blanchard, Idaho USA
    Posts
    21
    Plugin Contributions
    0

    Default Re: Checkout page 2 - payment options comes up blank

    Yes Thank you.

    I found multiple instances where that change needed to be made.

    I got past this issue and onto another. Just finally completed the upgrade to 1.5.6c which got me even further though things that stopped working.

 

 

Similar Threads

  1. product page comes up blank HELP
    By windwoman in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Dec 2009, 04:27 AM
  2. Added SSL now checkout page comes up blank
    By OutreachUG in forum General Questions
    Replies: 1
    Last Post: 19 May 2009, 08:13 PM
  3. Blank Page comes up when I add to cart
    By junkman52 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Mar 2008, 03:31 AM
  4. Login Link - Page comes up Blank?
    By rainbows in forum General Questions
    Replies: 11
    Last Post: 17 Nov 2007, 12:10 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR