Re: PHP Error Messages
My server does not allow these overrides in the .htaccess to turn off error reporting. Maybe someone else’s server will?
# suppress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
Not sure if that suppresses all errors, or just errors and not warnings, or what. Didn’t work on my server
I got that information here:
http://perishablepress.com/press/2007/12/17/how-to-enable-php-error-logging-via-htaccess/