Results 1 to 10 of 44

Hybrid View

  1. #1
    Join Date
    Sep 2015
    Location
    Daytona Beach, FL USA
    Posts
    69
    Plugin Contributions
    0

    Default Re: V1.5.0 to 1.5.4 update. Credit Cards not showing at checkout. Only money order.

    I removed define('DIR_FS_LOGS'), 'D:/Inetpub/.../ZenCart154B/logs'); and now I get the check out screen WITH the credit card info:-):-):-):-):-)

    What an ordeal!

    I believe that the upgrade procedure was wrong. The update did not provide a configure.php and the doc said to copy the one from the old 1.5.0 which I did and changed the DB, etc.. But it seems that there is more that should be there.

    I am kind of worried about define('DIR_FS_LOGS'), 'D:/Inetpub/.../ZenCart154B/logs'); causing the blank screen. Probably getting some type of error.

    But thanks. Now I can relax for the evening.

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

    Default Re: V1.5.0 to 1.5.4 update. Credit Cards not showing at checkout. Only money order.

    Quote Originally Posted by QuickBooksDev View Post
    I removed define('DIR_FS_LOGS'), 'D:/Inetpub/.../ZenCart154B/logs'); and now I get the check out screen WITH the credit card info:-):-):-):-):-)

    What an ordeal!

    I believe that the upgrade procedure was wrong. The update did not provide a configure.php and the doc said to copy the one from the old 1.5.0 which I did and changed the DB, etc.. But it seems that there is more that should be there.

    I am kind of worried about define('DIR_FS_LOGS'), 'D:/Inetpub/.../ZenCart154B/logs'); causing the blank screen. Probably getting some type of error.

    But thanks. Now I can relax for the evening.
    Umm that's because that is a completely incorrect format for a define:

    Code:
    define('DIR_FS_LOGS'), 'D:/Inetpub/.../ZenCart154B/logs');
    Should be:
    Code:
    define('DIR_FS_LOGS', 'D:/Inetpub/.../ZenCart154B/logs');
    As it has an extra right parenthesis in the wrong location...

    All depends on where you look for the directions to install... Unfortunately it would seem that the documents for the ZC 1.5.4 version didn't get a good read thru before initial distribution, but that's also why the forum is here which is to help others with their issue... Speaking of which, there is one that could use your input if it's not too much for you.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. Can check/money order option be money order only?
    By coucho in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 8 Mar 2008, 07:25 PM

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