cPanelResources

Tutorial Adjusting PHP Logging Levels To Troubleshoot PHP Script Errors

cPanelResources

Staff
Staff member
Apr 27, 2015
112
83
153
Houston, TX
cPanel Access Level
DataCenter Provider
cPanelResources submitted a new resource:

Adjusting PHP Logging Levels To Troubleshoot PHP Script Errors - Changing PHP error handling will help deduce functionality issues and prevent unwanted log output.

Changing PHP error settings

Sometimes your site might not function as expected, or it may display errors or warnings. Changing PHP error handling will help deduce functionality issues and prevent unwanted information on your site.

Regardless of the PHP handler in use, you can edit PHP settings the MultiPHP INI Editor in WHM or cPanel. PHP will display and log all errors except for Notices. It also prevents errors from being displayed in the browser:
Code:
...
Read more about this resource...