11 replies [Last post]
Daman's picture
Offline
Joined: 10/08/2008
Juice: 82

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

SuperDuperDan

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Need UPS troubleshooting ASAP

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!

Daman's picture
Offline
Joined: 10/08/2008
Juice: 82
Re: Re: Need UPS troubleshooting ASAP

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.

SuperDuperDan

Daman's picture
Offline
Joined: 10/08/2008
Juice: 82
Re: Re: Need UPS troubleshooting ASAP

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

Would appreciate some feedback before proceeding.

SuperDuperDan

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Re: Re: Need UPS troubleshooting ASAP

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
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3369
Re: Re: Re: Re: Need UPS troubleshooting ASAP

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>.
Daman's picture
Offline
Joined: 10/08/2008
Juice: 82
Re: Re: Re: Re: Need UPS troubleshooting ASAP

DOH! Wrong currency was set. haha

admin/store/settings/store/edit/format

Changed USD to CAD

Thanks!

SuperDuperDan

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Re: Re: Re: Re: Need UPS troubleshooting ASAP

Figures. Thanks, TR! Smiling

--
Help directly fund development: Donate via PayPal!

Elijah's picture
Offline
Joined: 05/02/2009
Juice: 51
Re: Need UPS troubleshooting ASAP

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?

Elijah's picture
Offline
Joined: 05/02/2009
Juice: 51
Re: Re: Need UPS troubleshooting ASAP

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
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3369
Re: Re: Re: Need UPS troubleshooting ASAP

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

<tr>.
lallen30's picture
Offline
Joined: 07/22/2010
Juice: 26
Re: Re: Need UPS troubleshooting ASAP

I also have USD set, because I want USD.

What was your fix for this??