Looks like a log was generated. Would you install (if not already) the Display Logs plugin and post the contents of that myDEBUG-adm*.log? Remember to xxx-out the name of your admin directory, since it'll be exposed in the log file's contents.
Looks like a log was generated. Would you install (if not already) the Display Logs plugin and post the contents of that myDEBUG-adm*.log? Remember to xxx-out the name of your admin directory, since it'll be exposed in the log file's contents.
Thanks for the reply lat9!
Hopefully this is what you are asking for:
[18-Jun-2024 07:33:56 America/Los_Angeles] PHP Fatal error: Uncaught Error: Undefined constant "MODULE_SHIPPING_USPS_VERSION" in /xxx/includes/modules/shipping/usps.php:238
Stack trace:
#0 /xxx/includes/modules/shipping/usps.php(186): usps->adminInitializationChecks()
#1 /xxx/admin/modules.php(173): usps->__construct()
#2 /xxx/admin/index.php(16): require('/xxx/xxx...')
#3 {main}
thrown in /xxx/includes/modules/shipping/usps.php on line 238
[18-Jun-2024 07:33:56 America/Los_Angeles] Request URI: /xxx/admin/index.php?cmd=modules&set=shipping, IP address: xxx.xx.xx.xxx
--> PHP Fatal error: Uncaught Error: Undefined constant "MODULE_SHIPPING_USPS_VERSION" in /xxx/includes/modules/shipping/usps.php:238
Stack trace:
#0 /xxx/includes/modules/shipping/usps.php(186): usps->adminInitializationChecks()
#1 /xxx/admin/modules.php(173): usps->__construct()
#2 /xxx/admin/index.php(16): require('/xxx/xxx...')
#3 {main}
thrown in /xxx/includes/modules/shipping/usps.php on line 238.
[18-Jun-2024 07:33:56 America/Los_Angeles] Request URI: /xxx/admin/index.php?cmd=modules&set=shipping, IP address: xxx.xx.xx.xxx
--> PHP Fatal error: Uncaught Error: Undefined constant "MODULE_SHIPPING_USPS_VERSION" in /xxx/includes/modules/shipping/usps.php:238
Stack trace:
#0 /xxx/includes/modules/shipping/usps.php(186): usps->adminInitializationChecks()
#1 /xxx/admin/modules.php(173): usps->__construct()
#2 /xxx/admin/index.php(16): require('/xxx/xxx...')
#3 {main}
thrown in /xxx/includes/modules/shipping/usps.php on line 238.
It is a new install of the USPS Shipping Module.
The store started with Zen Cart 1.5.5 and has been updated with each new version.
I had a FedEx module in 1.5.6 but it stopped working and was deleted in the 1.5.7 update.
Have been using the Flat Rate module since.
FWIW, I can't replicate this behavior performing an initial install of the K11j version of USPS. To correct your situation, you can navigate to Tools :: Install SQL Patches and enter the following to "wipe" the current USPS configuration from the database and try the USPS installation again:
Code:DELETE FROM configuration WHERE configuration_key LIKE 'MODULE\_SHIPPING\_USPS%';
That did the trick!
Thank you very much for your time and help lat9!!
Any chance we will see shipping dimensions added to this module to take advantage of the new feature in 2.0 Zen Cart Release?