mgamber Posted October 19, 2006 Posted October 19, 2006 I have tried installing the shipping modules from the contributions. UPS and FEDEX when installed makes getting to the checkout impossible. The browser gets a page cannot be displayed error. I am using Godaddy hosting and they say that cURL is installed. Has anyone that is using Godaddy gotten this to work? Quote
mgamber Posted October 19, 2006 Author Posted October 19, 2006 More info I added this code in the fedex1.php // additional Proxy code curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY, 'http://64.202.165.130:3128'); // GoDaddy Proxy Server Address curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); // end of Proxy code Now I get this error; Fatal error: Cannot redeclare class fedex1 in /home/content/m/g/a/mgamber/html/catalog/includes/modules/shipping/fedex1.php on line 15 Quote
mgamber Posted October 19, 2006 Author Posted October 19, 2006 YA!!! It works Be sure to add the above code to the right place in the fedex1.php file. And do it before installing the module. Now to see if I can get UPS and USPS to work. Quote
mgamber Posted October 19, 2006 Author Posted October 19, 2006 Yep, same thing with UPS module ALL GODADDY USERS MUST ADD THE PROXY INFO USING THE curl_setopt IN THEIR PHP CODE Quote
mgamber Posted October 20, 2006 Author Posted October 20, 2006 OK, all of you that are having trouble with the USPS module need to get USPS to change you to the production server. They did that and now it works. Quote
sportykev Posted November 10, 2006 Posted November 10, 2006 for the UPS module, which .php do I modify? I use UPSXML and there are 4 files. Thanks! 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.