Posted by Norman Peelman on 07/26/05 05:07
"Dagger" <noreply@mp-software.com> wrote in message
news:42e3f736$0$1147$5402220f@news.sunrise.ch...
> Anybody any idea why php stops after 30- 50 secounds?
> Set_time is set.
> Max_execution time also.
>
> Safe_mode is OFF.
>
> [Main File];
> <php....
> include(function.php);
> set_time_limit(18000);
> ini_set('max_execution_time', 18000);
> ini_set('max_input_time', 18000);
> error_reporting(0);
> ignore_user_abort(1);
> ob_start();
> [...]
> [...]
Try moving your 'set-time_limit(18000)' to the very first line of the
script...
Norman
---
FREE Avatar hosting at www.easyavatar.com
[Back to original message]
|