devonmorris Posted October 14, 2006 Posted October 14, 2006 I am receiving a "Bad Server Response" error after installing the Fedex Shipping Module Contribution. The error occurs when I go to checkout. I would appreciate anyone help with this. Devon Quote
crash3903 Posted October 14, 2006 Posted October 14, 2006 I am receiving a "Bad Server Response" error after installing the Fedex Shipping Module Contribution. The error occurs when I go to checkout. I would appreciate anyone help with this. Devon do you have a url? Quote Regards Mark A Reynolds
devonmorris Posted October 14, 2006 Author Posted October 14, 2006 do you have a url? The url is http://www.littleleonardo.com/. The problem occurs when you try to perform a checkout. Thanks. Quote
crash3903 Posted October 15, 2006 Posted October 15, 2006 The url is http://www.littleleonardo.com/.The problem occurs when you try to perform a checkout. Thanks. not sure what is happening at the moment may be a server config issue because when I am not signed in i could go anywhere except checkout. Now I have signed in I can't get your site at all?? may be worth sending a support ticket to your hosting company regards Mark Quote Regards Mark A Reynolds
devonmorris Posted October 16, 2006 Author Posted October 16, 2006 Thanks, Mark. I contacted my hosting company. They took a ticket and will contact me in 72 hours (which is unacceptable), so I worked on the problem throughout the day and found a solution. I found another post that helped me. First, I had to correct a few on the products in my catalog to make sure that weights were added to each item. Second, in the main fedex1.php, I added the following code in the function _AccessFedex($data) after (roughly) line 268: // 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 This code is set for a GoDaddy proxy server. You may need to change the server address if you have another hosting company. Devon not sure what is happening at the moment may be a server config issue because when I am not signed in i could go anywhere except checkout. Now I have signed in I can't get your site at all?? may be worth sending a support ticket to your hosting company regards Mark Quote
rhotheta164 Posted October 16, 2006 Posted October 16, 2006 (edited) Just tried it out looks like it worked for me! I didn't see any issues with fedex mod durning checkout. Nice looking site! 10/16/06 4:30 eastern time Edited October 16, 2006 by rhotheta164 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.