Need UPS troubleshooting ASAP

10 replies [Last post]
Joined: 10/08/2008
Juice: 64

I've been troubleshooting this for several days now and I hit a wall. I've setup UPS shipping quotes on other sites with no problems but can't seem to get this one working. Will pay for your time. Please help.

undefined: Hard 111100
undefined: Hard 111210

Joined: 08/14/2007
Juice: 3867

These sites are setup on the same server? If it's a different server, does that server have cURL installed?

Help directly fund development: Donate via PayPal!

Joined: 10/08/2008
Juice: 64

No they are not setup on the same server. Not sure about the cURL. Never heard of this to be honest. I read up on it in wiki but still not helpful to me in solving this issue. Any suggestions or recommendations would be much appreciated. Would you be available to troubleshoot this for me? Kinda urgent. Many thanks.

Joined: 10/08/2008
Juice: 64

I found this module.
http://www.ubercart.org/contrib/9749

Would appreciate some feedback before proceeding.

Joined: 08/14/2007
Juice: 3867

Well you can give it a try - note that the module is only for Ubercart 1.x. I was under the assumption that UPS used cURL to begin with, but perhaps not. And to be clear cURL is something that needs to be installed on your server - so, if your version of PHP was compiled without it, that UPS-Curl module won't help. If you try it and it still doesn't work, you need to contact your hosting company and have them look for any error logs, and possibly install cURL for you.

(By the way, did you see any error messages in Watchdog? Do you have access to the server's error logs as well? Looking at that might help you solve the problem.)

Help directly fund development: Donate via PayPal!

TR
TR's picture
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3225

uc_ups doesn't use cURL. It uses drupal_http_request. The UPS URL is an https address, which doesn't work unless PHP has been built with openssl.

Anyway, that's not what your errors are telling you. The Hard error is a failure reply from UPS, so your request is getting through.

<tr>.
Joined: 10/08/2008
Juice: 64

DOH! Wrong currency was set. haha

admin/store/settings/store/edit/format

Changed USD to CAD

Thanks!

Joined: 08/14/2007
Juice: 3867

Figures. Thanks, TR! Smiling

Help directly fund development: Donate via PayPal!

Joined: 05/02/2009
Juice: 36

I am getting both of these errors as well. I have it set to USD, because I want USD.

Any ideas on why this is happening?

Joined: 05/02/2009
Juice: 36

Firebug is displaying "debug": for a Response in the POST item. Is this normal? It is displaying the UPS quotes in between all of this XML output.

TR
TR's picture
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3225

That's normal if you have debug turned on at admin/store/settings/quotes/edit

<tr>.