Re: [PHP] re: More Error Reporting Problems

2012-01-02 Thread Marco Behnke
Am 30.12.2011 17:11, schrieb Floyd Resler: On Dec 30, 2011, at 11:05 AM, Matt Graham wrote: I'm still not sure why they aren't displaying. But as long as I have a place to find them I'm cool with that. Maybe anything in your web application overrides display_errors? -- Marco Behnke Dipl.

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 Matijn Woudt
On Mon, Jan 2, 2012 at 4:52 PM, Chris Tapp wrote: > Yes, I don't think there is anything I haven't checked. The configuration > under CentOS 6 is more the 'old way' - i.e. a conf/ and conf.d/. All the php > configuration is in /etc/php.ini with conf.d/php.conf enabling Apache php > support. > > Do

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 distro's ha

Re: [PHP] PHP 5.3.2 max_execution_time

2012-01-02 Thread Matijn Woudt
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 distro's have /etc/apache2/httpd.conf, but also /etc/apa

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