Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Payment modules - only half of screen showing

    I am working on a brand new site using version 155e and I just noticed that in Admin/Modules/payment tab I can not install any of the payment modules that are on the left side. The right side of this screen is blank. What am I missing?

    I am working with the template plugin called Westminster_new. I don't know if this has anything to do with it.
    Thanks in advance for any help.

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Payment modules

    check your logs folder for any debug files. They will give you more clues about what is wrong. You can also post the contents of the debug file het using the # button. be sure to obscure any admin folder names, or other sensitive info.

    http://www.zen-cart.com/content.php?124-blank-page

  3. #3
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: Payment modules

    Quote Originally Posted by Design75 View Post
    check your logs folder for any debug files. They will give you more clues about what is wrong. You can also post the contents of the debug file het using the # button. be sure to obscure any admin folder names, or other sensitive info.

    http://www.zen-cart.com/content.php?124-blank-page
    There is a bunch of files in the debug folder. They are all the same.

    [23-Mar-2017 13:29:56 EST5EDT] PHP Parse error: syntax error, unexpected '[' in /xxxxxxx/xxxxxxx/xxxxxx/xxxxxx/xxxxxxxxx/zencart155e/includes/modules/payment/payeezyjszc.php on line 158.

    I am not educated enough to know what this means and how to fix it. Can you direct me where to start.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Payment modules

    You're running ZC1.5.5e on a version of PHP prior to 5.4 (not recommended), so the syntax on line 158
    Code:
            $cc_types = [];
    is not supported in that oldy-moldy version of PHP. You could change that line to read
    Code:
            $cc_types = array ();
    but you've probably just touched the tip of the iceberg relative to PHP coding changes that were introduced in PHP 5.4 and later.

  5. #5
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: Payment modules

    Quote Originally Posted by lat9 View Post
    You're running ZC1.5.5e on a version of PHP prior to 5.4 (not recommended), so the syntax on line 158
    Code:
            $cc_types = [];
    is not supported in that oldy-moldy version of PHP. You could change that line to read
    Code:
            $cc_types = array ();
    but you've probably just touched the tip of the iceberg relative to PHP coding changes that were introduced in PHP 5.4 and later.
    I made the change and now I get this new file in the debug folder.
    /xxxxxxx/xxxxxxx/xxxxxx/xxxxxx/xxxxxxxxx/zencart155e/includes/modules/payment/payeezyjszc.php on line 160. But rather than me running into these problems with this version of zencart running on this "oldy-moldy version of PHP" what do you recommend? I am not versed at all on PHP versions. I don't even know where to find what version I am on. Your expertise and advice would be very much appreciated.

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Payment modules

    Your webhost "should" provide you with the control to choose which PHP version your site uses. Check your site's cPanel.

    Regarding the version that you're currently on, go to your admin's Tools->Server/Version Info.
    Last edited by lat9; 23 Mar 2017 at 07:39 PM. Reason: Added pointer

  7. #7
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: Payment modules

    Thanks for the info

    I did go to admin's Tools->Server/Version Info. and it show this version. PHP Version: 5.3.29 (Zend: 2.3.0)

    If I follow you correct, I can call my host company and they can get me into a better version of PHP?
    Will this correct my problem with these payment modules?

  8. #8
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: Payment modules

    I just call my hosting company and they did upgrade me to PHP Version: 5.6.30 (Zend: 2.6.0)

    All is good now. Thank you for all your help. I really appreciate it.

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Payment modules

    Excellent (be sure to revert that change you made)!

  10. #10
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    387
    Plugin Contributions
    0

    Default Re: Payment modules

    Quote Originally Posted by lat9 View Post
    Excellent (be sure to revert that change you made)!
    Thanks, I did but now I am trying to make the credit card plugin called: Ceon_Manuel _Card work and I get this error when I fill in all of the stuff on the right side.
    "A valid e-mail address hasn't been entered in the configuration."

    Where do I put the email address that will make this work?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. payment modules not showing up
    By FeeLie in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Jan 2012, 03:27 PM
  2. home page half screen only
    By doydot in forum General Questions
    Replies: 2
    Last Post: 3 Mar 2010, 06:03 PM
  3. CyberSource not appearing in Payment Modules screen
    By swortis in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 7 Jun 2007, 06:44 PM
  4. Payment checkout screen not showing up
    By Cameronch in forum Addon Payment Modules
    Replies: 23
    Last Post: 14 Jun 2006, 10:59 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