Forum Moderators: coopster
error_reporting = E_ALL
display_errors = on
to it.
Otherwise, adding the following 2 directives in a .htaccess file should work:
php_value error_reporting 2047
php_value display_errors on
The 2047 just means "all errors" and can be changed if required.