running 2.0.25
enabled usps shipping module and on the front end is working properly.
When I went to edit an order today, I got a blank page. I enabled error logging
This returned me with:Code:// Include currencies class require(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies(); error_reporting(E_ALL); ini_set('error_log', DIR_WS_INCLUDES . mystuff_errors.log');
I verified the bug in my dev cart. That cart USPS was not installed, edit orders comes up properly. I installed & enabled USPS and edit orders gave me a blank page. I then disabled but did not uninstall USPS and edit orders comes up properly.Code:Notice: Undefined property: GlobalTest in /home/mystuff/public_html/catalog/includes/modules/shipping/usps.php on line 31 Notice: Use of undefined constant MODULE_SHIPPING_USPS_INSURE - assumed 'MODULE_SHIPPING_USPS_INSURE' in /home/mystuff/public_html/catalog/includes/modules/shipping/usps.php on line 113 Fatal error: Call to undefined function: tep_round_up() in /home/mystuff/public_html/catalog/includes/modules/shipping/usps.php on line 162
How do I repair this?





LinkBack URL
About LinkBacks












Bookmarks