Hello All,
I am running WHM 11.52 with EA3 using fastcgi and PHP 5.6. When I use WHM > PHP Configuration Editor > Advanced to set display_errors = Off, nothing happens. The setting is ignored. PHP warnings still appear on the web pages. Even restarting Apache and killing off all php processes doesn't help.
If I put a .user.ini in the public_html of the account that contains:
display_errors = Off
error_reporting = 0
Then the PHP warnings go away. How can I set display_errors = Off for all sites in WHM? Also worth noting, log_errors = On, fails to log the PHP warnings to the Apache error_log.
I am running WHM 11.52 with EA3 using fastcgi and PHP 5.6. When I use WHM > PHP Configuration Editor > Advanced to set display_errors = Off, nothing happens. The setting is ignored. PHP warnings still appear on the web pages. Even restarting Apache and killing off all php processes doesn't help.
If I put a .user.ini in the public_html of the account that contains:
display_errors = Off
error_reporting = 0
Then the PHP warnings go away. How can I set display_errors = Off for all sites in WHM? Also worth noting, log_errors = On, fails to log the PHP warnings to the Apache error_log.