Problem with CURL?
Posted: Wed Apr 19, 2006 1:01 pm
I have a client who is trying to install osCommerce on a Godaddy dedicated server.
Nothing using CURL seems to work right, although CURL is installed and working properly. I don't know how to fix this.
The only error I really get is
Fatal error: Maximum execution time of 60 seconds exceeded. Also am having problems getting shipping quotes. I shouldn't need to increase the execution time, these are really simple requests.
I'm clueless on this one.
Nothing using CURL seems to work right, although CURL is installed and working properly. I don't know how to fix this.
The only error I really get is
Fatal error: Maximum execution time of 60 seconds exceeded. Also am having problems getting shipping quotes. I shouldn't need to increase the execution time, these are really simple requests.
Code: Select all
$authorize = curl_exec($ch);