This is a discussion on UPS XML Rates and Services v1.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; For all of you that use GoDaddy as your hosting company. I searched for hours and days trying to find ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
#1
| ||||
| ||||
| For all of you that use GoDaddy as your hosting company. I searched for hours and days trying to find the solution to the timeout error. Its simple, thanks to JanZ; Simply add the following lines in catalog/includes/modules/shipping/upsxml.php after the following: curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $xmlRequest); curl_setopt($ch, CURLOPT_TIMEOUT, (int)$timeout); curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE); add these lines: //GODADDY STUFF curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); curl_setopt ($ch, CURLOPT_PROXY, "http://proxy.shr.secureserver.net:3128"); curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt ($ch, CURLOPT_TIMEOUT, 120); //END GODADDY STUFF That solved my problem, hope it solves yours! More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Posted By | For | Type | Date | |
| GoDaddy Timeout Error Solution (Getting Timeout Errors Using Go Daddy as a Hosting Company) - Powered By Kayako SupportSuite | This thread | Refback | 01-14-2008 06:59 AM | |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UPS XML Rates and Services v1.0 | michael_s | New osCommerce Contributions | 1 | 08-22-2007 01:19 PM |
| UPS XML Rates and Services v1.0 | michael_s | New osCommerce Contributions | 0 | 06-21-2007 03:01 PM |
| UPS XML Rates and Services v1.0 | michael_s | New osCommerce Contributions | 0 | 05-24-2007 12:01 PM |
| UPS XML Rates and Services v1.0 | michael_s | New osCommerce Contributions | 0 | 02-02-2007 03:12 PM |
| UPS XML Rates and Services v1.0 | michael_s | New osCommerce Contributions | 0 | 01-31-2007 02:54 PM |