Screenshot:
![]()
Screenshot:
![]()
This is really weird, to say the least ...
Okay, let's start at the beginning ...
In the Tools ... Install SQL Patches ... run this:
Yes, that will uninstall the USPS shipping module ...Code:DELETE from configuration where configuration_key like 'MODULE\_SHIPPING\_USPS\_%';
Next, delete the two files from the server for:
/includes/modules/shipping/usps.php
/includes/languages/english/modules/shipping/usps.php
Now, reload clean copies of those two files to your server ...
Then, go to the Modules ... Shipping ... and check if you can see the USPS module in the list of files ...
If so, go ahead and do the INSTALL and configuration of the shipping module ...
Meanwhile, I have to run out for an hour in a few minutes so don't think you are being ignored for awhile ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Unfortunately the same result as the screenshot I posted earlier. =(
Thanks for all the help. Take your time, I don't want to rush you.
We'll continue once you're back and settled in.
And in your /cache there are no debug logs generated when you just go to the Modules ... Shipping ... page?
Did you ever make any changes to the file:
/your_secret_admin/modules.php
or is this the original file from v1.3.9d?
Do you have any addons that would of changed any of the files in the:
/your_secret_admin
directory or subdirectories?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
The only other modules I have installed are:
UPS (for shipping within Canada)
Blank side box (for containing things like the Twitter widget)
EZ Populate (for bulk importing new products/items)
I haven't made any custom changes to anything within that directory.
As for the cache:
I deleted all debug logs for today and went through step by step to see when a debug log will be created.
Navigating to the modules > shipping page alone does not generate a debug log file.
Clicking on the 'nameless' USPS module, which brings up the "Install" option on the right, does not generate a debug log file.
Clicking on "Install" DOES generates a debug log file containing:
Then the option to "Update" the module appears, even though there are no fields to update. When I click "Update", it generates another debug log file containing:[05-Mar-2014 12:23:39] PHP Warning: reset() [<a href='function.reset'>function.reset</a>]: Passed variable is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 282
[05-Mar-2014 12:23:39] PHP Warning: Variable passed to each() is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 283
I hope this helps make more sense of things.[05-Mar-2014 12:26:47] PHP Warning: Variable passed to each() is not an array or object in /home/heros/public_html/zen-cart/admin/modules.php on line 56
Fretty
www.universal-heros.com
It appears as though both those lines that are in question in the debug log files refer to:
$mInfo->keys
Hopefully that sheds some light on the situation.
Fretty
It is the nameless shipping name displayed for USPS that is the first concern, as that totally is making no sense ...
Could you go to your phpMyAdmin and run this:
If you edit that record that comes up, can you post what is in the field:Code:SELECT * FROM configuration WHERE configuration_key LIKE 'MODULE_SHIPPING_INSTALLED';
configuration_value
NOTE: you will need to EDIT it to be able to copy/paste the entire value ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Here it is:
flat.php;freeoptions.php;freeshipper.php;item.php;storepickup.php;upsxml.php
If you go to the Modules ... Shipping ... and click once on the USPS module without the name, what do you see in the right hand panel?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Just the option to "Install", with nothing else written.
Just like the screenshot I posted earlier.
It shows "Update" and "Cancel", but no field to fill out.
If I click it again, it just gives me the "Install" option again.
Rinse and repeat.
Fretty