Force error reporting with .htaccess
This is a way to force error reporting in PHP via .htaccess. Thanks to THC-Rob (http://www.totalchoicehosting.com/forums/index.php?showtopic=19974).
php_flag display_errors on
php_value error_reporting 7
Very nice for testing purposes if your server has PHP error reporting disabled for security reasons.
php_flag display_errors on
php_value error_reporting 7
Very nice for testing purposes if your server has PHP error reporting disabled for security reasons.


