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.
Adjusting PHP Logging Levels To Troubleshoot PHP Script Errors - Changing PHP error handling will help deduce functionality issues and prevent unwanted log output.
Read more about this resource...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:...