News:

Support the VirtueMart project and become a member

Main Menu

UPS shipping otions do not show

Started by felixp, September 16, 2009, 17:54:02 PM

Previous topic - Next topic

felixp

Quote from: lowmips on September 18, 2009, 14:43:48 PM
Come to think of it, I bet it's choking on this part:

HTTP/1.0 200 OK
Server: Apache
Content-Length: 7322
Content-Type: application/xml
Expires: Wed, 16 Sep 2009 18:00:00 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 16 Sep 2009 18:00:00 GMT
Connection: close


I think I added code to my UPSv2 module that parses this out if it exists.
-Reggie

I think you're right. On my test server, the XML Result doesn't have that, but the live server does. Why would that be if it's the same exact code?
Joomla - 1.5.6
VirtueMart - 1.1.3

felixp

Reggie, the problem was the cURL library was not loaded in php.ini. I feel retarded, should have checked that first haha. Now everything works perfect. Thank you for all the help!
Joomla - 1.5.6
VirtueMart - 1.1.3

lowmips

#17
Ah right. I remember it taking me a while to figure that out myself...cURL isnt installed so vmConnectionHandler defaults to an HTML handler that includes that extra bit of info. Too bad I didn't recognize the symptom.

Glad you got it fixed.

-Reggie
Visit my website at www.lowmips.com
View my newsletters Here (sign up for newsletters on the front page of my website)