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] re: More Error Reporting Problems

2011-12-30 Thread Floyd Resler
On Dec 30, 2011, at 11:05 AM, Matt Graham wrote: > From: Floyd Resler >> I'm still having problems with error reporting and I'm not sure why. >> php.ini section: >> error_reporting = E_ALL & ~E_DEPRECATED >> display_errors = On >> log_errors = On >> error_log = /var/log/php_errors.log > >> Erro