tokidoki2007 Posted March 28, 2007 Posted March 28, 2007 Hi all, If you are hosted by godaddy.com you need to add these extra lines in: /includes/modules/shipping/upsxml.php search for "curl_setopt($ch, CURLOPT_URL, $url);" before that line add: curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128"); also make sure to un-quote the lines: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); This is my first post and i hope you find it helpful. ALOHA! Quote
R Travis Posted April 2, 2007 Posted April 2, 2007 Hi all, If you are hosted by godaddy.com you need to add these extra lines in: /includes/modules/shipping/upsxml.php search for "curl_setopt($ch, CURLOPT_URL, $url);" before that line add: curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128"); also make sure to un-quote the lines: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); This is my first post and i hope you find it helpful. ALOHA! THANK YOU, THANK YOU, THANK YOU, THANK YOU!!!!!! Sorry for the caps, but I had put my store on hold because I had tried everything I could think of and could not figure this out. I had no idea it had to do with hosting at godaddy. How did you ever figure this out??? Why is this necessary? Just trying to figure out the why now that you have told me the how! I made an account on this forum just to thank you for this! Again, thanks!! Quote
mparisi Posted April 2, 2007 Posted April 2, 2007 (edited) Hi all, If you are hosted by godaddy.com you need to add these extra lines in: /includes/modules/shipping/upsxml.php search for "curl_setopt($ch, CURLOPT_URL, $url);" before that line add: curl_setopt($ch, CURLOPT_VERBOSE, 1); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128"); also make sure to un-quote the lines: curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); This is my first post and i hope you find it helpful. ALOHA! Thanks , how did you come to this conclusion? Edited April 2, 2007 by mparisi Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.