Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Payment, Shiping , order total dead links.

    I have recently installed Zen Cart 1.3.8 on a Centos 5 box. I got all green check marks and the store installed nicely.

    I have included my PHPHINFO below so perhaps someone can help.


    The trouble is that the links in Admin for the mudules do not take me anywhere.....just a blank screen. Its as if they are no there....but the directory shows them.

    Any hints or clues would be appreciated.

    http://store.rpmhobbiesonline.com/zen/phpinfo.php



    Thanks in advance for your time.

  2. #2
    Join Date
    Jan 2004
    Posts
    58,271
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Payment, Shiping , order total dead links.

    You probably have some corrupt files ... either the /admin/modules.php file or the module files themselves in /includes/modules and /includes/languages/english/modules

    Probably incomplete file uploads.
    FAQ: http://tutorials.zen-cart.com/index.php?article=82
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Payment, Shiping , order total dead links.

    Quote Originally Posted by DrByte View Post
    You probably have some corrupt files ... either the /admin/modules.php file or the module files themselves in /includes/modules and /includes/languages/english/modules

    Probably incomplete file uploads.
    FAQ: http://tutorials.zen-cart.com/index.php?article=82

    I have checked to be sure they are the same files....and I even copied them over from a fresh download of the code to be sure.

    any other ideas....could it be my PHP and curl versions???? (included in above info?

    I anc set these up any way I want I own the box.....so if I should change versions of those let me know.

  4. #4
    Join Date
    Jan 2004
    Posts
    58,271
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Payment, Shiping , order total dead links.

    What did the error logs show after following the recommendation in teh FAQ I pointed you to?
    http://tutorials.zen-cart.com/index.php?article=82
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Payment, Shiping , order total dead links.

    I guess I should have mentioned I already tried that.


    It does not create the log.....never gets that far I guess.

    "4. Open the latest /cache/myDEBUG-xxxxxxx.log file to see the list of any PHP errors that occurred while the page/test was running."


    This file is never created.

    I have even added

    <?php
    define('STRICT_ERROR_REPORTING', true);
    ?>


    to the modules.php to try and see what is up. It still just sits there spinning the browser...

    What am I missing?

  6. #6
    Join Date
    Jan 2004
    Posts
    58,271
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Payment, Shiping , order total dead links.

    When *exactly* does the "hang" happen?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Payment, Shiping , order total dead links.

    Quote Originally Posted by DrByte View Post
    When *exactly* does the "hang" happen?


    Here....:
    http://store.rpmhobbiesonline.com/zen/admin/index.php



    When I click on Modules and select payment(or any of the others......)

    The browser spins in the upper right hand corner


    And below it indicates it trying to open :

    http://store.rpmhobbiesonline.com/ze...hp?set=payment


    After a minute or two...literally....it says done

    Very weird.......as all else appears to be running fine.


    Thanks for sticking with me on this ...I am scratching my head.


    At this point I can send you the login if that would help, as this is a store I am just setting up.

    Let me know

    Mike

  8. #8
    Join Date
    Jan 2004
    Posts
    58,271
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Payment, Shiping , order total dead links.

    You asked earlier about your PHP and CURL versions.
    I don't see anything wrong with your CURL version, but I would suggest that you upgrade to one of the newer (5.2.x) versions of PHP, since the industry is moving that direction quickly ... and even Zen Cart will require 5.2 in order for v1.4 to run when it's released.

    But that should be causing your current problem.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2004
    Posts
    58,271
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Payment, Shiping , order total dead links.

    The /admin/modules.php script accesses the filesystem to enumerate the files in the /includes/modules/MODULE_TYPE folder(s).
    If you have odd files in there, or a *lot* of files in there, I'd anticipate potential problems. But the default of 5-10 files shouldn't pose any problems.

    what files do you have in the /includes/modules/payment, /includes/modules/order_total, /includes/modules/shipping folders?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,757
    Blog Entries
    1
    Plugin Contributions
    1

    Default Re: Payment, Shiping , order total dead links.

    can you post the contents of your admin/includes/configure.php (less any passwords etc)

    Seems like it is not looking in the right directory to enumerate the module files,

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. The Modules of Payment, Shipping and Order total are missing
    By yuxiaomao in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 8 Dec 2007, 05:33 PM
  2. Payment from Paypal Doesn't Equal Order Total
    By friends1976 in forum General Questions
    Replies: 7
    Last Post: 29 Jun 2007, 05:42 AM
  3. Zero Order Total still requires Payment Method
    By gmoyle in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 1 Oct 2006, 04:29 PM

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
  •