30 seconds is the default time limit in php, so I'm guessing your override didn't work. Maybe the server runs in safe_mode and doesn't allow scripts to override the time limit? Does it produce any warning? If you have warnings turned off, turn them on at the beginning of the script with error_reporting(E_ALL).
|