You are not logged in.
If error display is on in php.ini, can anything from "/etc/httpd/conf/httpd.conf" affect this option so errors won't be shown?
Offline
Yes, with PHP as Apache module, a directive like:
php_admin_flag display_errors off
can or, eventually:
php_admin_value error_reporting <number>
But these shouldn't be used.
Last edited by julp (2011-07-28 22:20:37)
Offline