Re: [PHP] PHP 5.3.2 max_execution_time

2012-01-02 Thread Chris Tapp
On 2 Jan 2012, at 16:19, Matijn Woudt wrote: It is also possible to set the max execution time in PHP with set_time_limit() function, maybe one of the scripts does that? Look at the apache log at which file the timeout occurs, that might give you a clue. Thanks Matijn, I've found a set_time_li

Re: [PHP] PHP 5.3.2 max_execution_time

2012-01-02 Thread Chris Tapp
On 2 Jan 2012, at 13:53, Matijn Woudt wrote: On Mon, Jan 2, 2012 at 10:21 AM, Chris Tapp wrote: This really does seem to be an execution time issue, as shown by the Apache error log entry. Chris Are you sure you've checked every possible place for Apache config files? Most dis

Re: [PHP] PHP 5.3.2 max_execution_time

2012-01-02 Thread Chris Tapp
On 2 Jan 2012, at 02:15, Duken Marga wrote: If you want to upload large file, maybe you should consider maximum uploaded size. You can change setting in php.ini on line that contain * upload_max_filesize*. Thanks, but the filesize limits are already set well above the size of the file. Th

[PHP] PHP 5.3.2 max_execution_time

2012-01-01 Thread Chris Tapp
there another setting that I need to consider? max_input_time is already set to 60 seconds and there are no local 'php_value' Apache configuration items fighting the ones in php.ini. PHP version is 5.3.2 and is running under a CentOS 6.0 system. Chris Tapp opensou...@keylevel.com w