Problem with CURL?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Problem with CURL?

Post 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.
Last edited by Benjamin on Wed Apr 19, 2006 1:03 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Client had curl set as compiled in config when it wasn't.
Post Reply