New Zenner
- Join Date:
- Mar 2009
- Posts:
- 10
- Plugin Contributions:
- 0
Interesting UPS XML Curl Error
the error in /tmp/upsxml.log is:
Error from cURL: Error [6]: Couldn't resolve host 'wwwcie.ups.com'
However, if i type: "curl wwwcie.ups.com" I get a webpage. So, obviously it is resolving.
If I make a test PHP script with: "$ip = gethostbyname('wwwcie.ups.com'); echo $ip;" I get a reply. So, PHP is resolving.
Also, If i put the XML information included in the log into text file called xmlstuff.txt and do a "curl -d @xmlstuff.txt" I get a "No Access Identification provided". But if i use the example straight from the UPS Manual, I get a positive response.
So, my questions are:
- Why am I getting this cURL error?
- How do I get this UPS XML module working for ZenCart (aside from following the directions explicitly)?