Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Dec 03, 2025, 05:59 AM

Title: How to change PHP error reporting for a domain in Plesk
Post by: Suhitha on Dec 03, 2025, 05:59 AM
Applicable to:


Question

How to change PHP error reporting for a domain in Plesk?


Answer

To modify PHP error reporting, change the value of the error_reporting directive at Domains > example.com > PHP Settings.

To enter a custom value, click on the field next to error_reporting and specify the error reporting constant. The full list of error reporting constants and their description see on this PHP manual page.

Note: Make sure that log_errors is set to on (Default).