Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default checkout shipping page not loading....

    Hi guys i am not sure where to ask this question but i have just set a new cart up on my site and everything was cool until i tried to put a mod on it ( easy orders i think) anyway i uninstalled it and everything was fine, so i thought but now when a new user or existing customer tries to checkout all you get is a blank screen, so i have opened up the debug log file and found this message below, i have followed the path to both files and they seem to be there, so that has stopped me there as i cannot figure out what to do next, your help is badly needed as i am losing sales, any ideas guys?


    [13-Aug-2013 11:29:48] PHP Warning: require(includes/classes/order.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php on line 71
    [13-Aug-2013 11:29:48] PHP Warning: require(includes/classes/order.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php on line 71
    [13-Aug-2013 11:29:48] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/order.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php.php on line 71


    Egg

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: checkout shipping page not loading....

    Quote Originally Posted by eggrush View Post
    anyway i uninstalled it and everything was fine, so i thought but now when a new user or existing customer tries to checkout all you get is a blank screen, so i have opened up the debug log file and found this message below.
    Apparently you have uninstalled one file too many.

    Quote Originally Posted by eggrush View Post
    i have followed the path to both files and they seem to be there, .
    The error log that you posted only suggests that there is ONE missing file. Why do you say 'both'?

    Quote Originally Posted by eggrush View Post
    so that has stopped me there as i cannot figure out what to do next, your help is badly needed as i am losing sales, any ideas guys?
    Yes. You need to double or triple check that the file exists in the correct folder.

    Quote Originally Posted by eggrush View Post
    [13-Aug-2013 11:29:48] PHP Warning: require(includes/classes/order.php)
    This is the file/location that is apparently missing. (includes/classes/order.php)

    Please verify/confirm that this file really does exist.
    Do NOT confuse this file with /YOURADMIN/includes/classes/order.php (they are different files).

    Cheers
    Rod

  3. #3
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: checkout shipping page not loading....

    thanks rod for putting me straight, i think i read it totally wrong, thinking /home/xxxx/public_html/includes/modules/pages/checkout_shipping/header_php was the path to the missing file but as you rightly pointed out it was the other, it was late in my defence :O)

    i downloaded a new copy of the cart found the order.php file and placed it in the correct place and bobs your uncle it works, Phew! and thanks again.

    egg

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: checkout shipping page not loading....

    Quote Originally Posted by eggrush View Post
    i downloaded a new copy of the cart found the order.php file and placed it in the correct place and bobs your uncle it works, Phew! and thanks again.
    I should reprimand you for not having your own backups, but in this case a copy from the original distribution package is as good as it gets. You'd have been in strife if one of your other modules made modifications to the order.php file though.

    The important thing though is that the problem has been solved. Thanks for the confirmation, it's always appreciated.

    Cheers
    Rod

  5. #5
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: checkout shipping page not loading....

    just as you said i think one of the mods has made a modification and now i am getting this....can you help me out again rod?:

    [15-Aug-2013 09:55:11] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 09:55:11] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 09:55:11] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/classes/order.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 09:55:11] PHP Fatal error: Class 'order' not found in /home/xxxx/public_html/easy/orders.php on line 414

  6. #6
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: checkout shipping page not loading....

    and this when i try to access the customer orders page when i am in the admin, i click on the order which is showing so i can see a breakdown and it comes up blank Ahhhhh!!!! pulling my hair out lol:

    [15-Aug-2013 03:34:14] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/classes/order.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Fatal error: Class 'order' not found in /home/xxxx/public_html/easy/orders.php on line 970

  7. #7
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: checkout shipping page not loading....

    Quote Originally Posted by eggrush View Post
    and this when i try to access the customer orders page when i am in the admin, i click on the order which is showing so i can see a breakdown and it comes up blank Ahhhhh!!!! pulling my hair out lol:

    [15-Aug-2013 03:34:14] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Warning: include(includes/classes/order.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/classes/order.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/easy/orders.php on line 19
    [15-Aug-2013 03:34:14] PHP Fatal error: Class 'order' not found in /home/xxxx/public_html/easy/orders.php on line 970
    Where in your file system does easy fit in?

    Is that part of a mod you installed? If so then I believe that you uploaded some files/folders of this mod to the wrong locations...

  8. #8
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: checkout shipping page not loading....

    Quote Originally Posted by frank18 View Post
    Where in your file system does easy fit in?
    Hey. I was about to ask that. :)

    I've no further questions at this stage.

    Cheers
    Rod

  9. #9
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: checkout shipping page not loading....

    Quote Originally Posted by frank18 View Post
    Where in your file system does easy fit in?

    Is that part of a mod you installed? If so then I believe that you uploaded some files/folders of this mod to the wrong locations...
    Hi Guys, thats what i have renamed the ADMIN folder so its not a mod but the cart structure...any ideas on this ?

  10. #10
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: checkout shipping page not loading....

    So then the error message is simply telling you that the /admin(in your case "easy")/includes/classes/order.php file is missing from your server.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Javascript not loading on Checkout pages
    By tcarden in forum General Questions
    Replies: 3
    Last Post: 25 Mar 2014, 06:43 PM
  2. Checkout page not loading (USPS down)
    By greenhat in forum General Questions
    Replies: 2
    Last Post: 21 Oct 2010, 06:31 PM
  3. admin not loading - checkout to blank page
    By kdogg in forum General Questions
    Replies: 9
    Last Post: 13 Oct 2010, 09:00 AM
  4. Checkout page not loading!
    By ribbonsbaskets0 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Nov 2008, 02:29 AM
  5. Checkout page not loading
    By CartCrazy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Aug 2008, 04:05 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