Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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?

Regards

 

Mark A Reynolds

Posted
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

Regards

 

Mark A Reynolds

Posted

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

Posted (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 by rhotheta164

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...