Page 106 of 188 FirstFirst ... 65696104105106107108116156 ... LastLast
Results 1,051 to 1,060 of 1873
  1. #1051
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: Edit Orders v4.0 Support Thread

    @delia, was there a Zen-Cart log produced by EO? I'm not sure what you mean by:
    Code:
    The error message in cpanel says the class upsxmlmpr is not found in shipping.php
    If you've got a ZC log, please post it (sanitizing the site's admin folder-name).

  2. #1052
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Edit Orders v4.0 Support Thread

    No, it's a cpanel error log which I can't even see all of.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #1053
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Edit Orders v4.0 Support Thread

    This happens too early to generate a zen cart - seen it before.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #1054
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by delia View Post
    No, it's a cpanel error log which I can't even see all of.
    You can see the entire error message, in your cPanel error-log screen, as long as it's one of the last 300(i think that's the default) errors.
    And if it's too wide to see on-screen (should be able to scroll though), you can double/triple click on it and copy it to your clipboard to paste here.
    .

    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.

  5. #1055
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by delia View Post
    This happens too early to generate a zen cart - seen it before.
    I don't see how that can happen, as the Zen Cart logging is set up way early in a page's rendering and the call to the shipping.php class wouldn't happen until the full autoload_functions processing is complete.

  6. #1056
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Edit Orders v4.0 Support Thread

    Learn something new everyday!
    [Thu Oct 20 10:24:54.153807 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Fatal error: Class 'upsxmlmpr' not found in /home/xxxxxxx/public_html/includes/classes/shipping.php on line 59, referer: http://xxxxx.com/pellets/orders.php[Thu Oct 20 10:24:54.153728 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Warning: include_once(): Failed opening 'includes/modules/shipping/upsxmlmpr.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/includes/classes/shipping.php on line 58, referer: http://xxxxx.com/pellets/orders.php
    [Thu Oct 20 10:24:54.153529 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Warning: include_once(includes/modules/shipping/upsxmlmpr.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/includes/classes/shipping.php on line 58, referer: http://xxxxx.com/pellets/orders.php
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #1057
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by delia View Post
    Learn something new everyday!
    [Thu Oct 20 10:24:54.153807 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Fatal error: Class 'upsxmlmpr' not found in /home/xxxxxxx/public_html/includes/classes/shipping.php on line 59, referer: http://xxxxx.com/pellets/orders.php[Thu Oct 20 10:24:54.153728 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Warning: include_once(): Failed opening 'includes/modules/shipping/upsxmlmpr.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/includes/classes/shipping.php on line 58, referer: http://xxxxx.com/pellets/orders.php
    [Thu Oct 20 10:24:54.153529 2016] [:error] [pid 28102] [client 76.123.2.38:65216] PHP Warning: include_once(includes/modules/shipping/upsxmlmpr.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/includes/classes/shipping.php on line 58, referer: http://xxxxx.com/pellets/orders.php
    If those errors aren't getting logged to the /logs folder, then there's something messed up in your server's configuration ... like the PHP function ini_set being disabled.

    I'll also note that the errors are associated with the built-in Zen Cart's Customers->Orders processing (orders.php), not edit_orders. Please continue this discussion in a new thread, outside of the EO support one.

  8. #1058
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Edit Orders v4.0 Support Thread

    My server, no problems there. I'm pretty sure there have been log files in the log folder but can't be positive sure. Quite a few sites with no problems and the server. No use of php.ini file on this site or any other site. This site was upgraded (new files completely, not just upload new over old.) but old configure files. Do you supposed there could be an issue there?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #1059
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Edit Orders v4.0 Support Thread

    Oh, I did find error logs that had been written to the logs folder. I had downloaded them and left them up. So logs are being written correctly. Like I said, I have seen this before and I have a sneaking suspicion it was the edit orders doing it before.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #1060
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,346
    Plugin Contributions
    94

    Default Re: Edit Orders v4.0 Support Thread

    @delia, the log you posted showed the issue with the built-in orders.php, not edit_orders.php. Since your issue also occurs during built-in Zen Cart processing, I suggest that you solve that issue outside of the EO support thread.

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 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