Page 1 of 1

Problem with CURL?

Posted: Wed Apr 19, 2006 1:01 pm
by Benjamin
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.

Code: Select all

$authorize = curl_exec($ch);
I'm clueless on this one.

Posted: Wed Apr 19, 2006 1:02 pm
by feyd
whatever page request(s) curl is performing is taking longer than 60 seconds. Can't help you more than that without knowing what it's doing.

Posted: Wed Apr 19, 2006 1:37 pm
by Benjamin
Client had curl set as compiled in config when it wasn't.