Thanks for the reply. My site had upsxml 1.8.1 installed. Before I installed, I uninstalled UPSxml first. I checked my admin logs file, there is nothing about the error on the new module.
Thanks for the reply. My site had upsxml 1.8.1 installed. Before I installed, I uninstalled UPSxml first. I checked my admin logs file, there is nothing about the error on the new module.
If you go to your site's phpMyAdmin tool, click the SQL tab and enter/run the following query:
... how many results show and what configuration_key values are present?Code:SELECT configuration_key FROM configuration WHERE configuration_key LIKE 'MODULE\_SHIPPING\_UPSOAUTH\_%';
If your Zen Cart store uses database prefixes, e.g. zen_, you'll need to prefix the configuration table name with that prefix, e.g. zen_configuration.
After executing the query, it shows SELECT configuration_key FROM configuration WHERE configuration_key LIKE 'MODULE\_SHIPPING\_UPSOAUTH\_%'; It shows no result. I don't use any prefix for my database.
I completely removed the UPSXML and reinstalled the RESTful/OAuth API module, missing key or out of date shown again as soon as I reinstalled.
I searched this thread and don't see anything on this. I apologize if it's a duplicate.
I have v1.3.7 installed on a 1.57d site. Everything seems to work ok, except, I'm not seeing any service descriptions on the checkout pages. It shows the rates, but not the descriptions. They're just blank. I've looked at the UPS logs and the service description fields are coming back blank.
I've searched the code and language files and don't see a place this should be coming from on the site.
Suggestions? Some setting out of whack?
I had checked to make sure those files were there and also copied them fresh from the install files.
I'll take a closer look there and see if I can tell anything. Thanks!
Ok. Looking at the code, I figured out the origin had gotten set as "All other origins" for some reason and that's why it wasn't finding them.
Bookmarks