• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk PHP Error Reporting Cant Work

forcemdt

New Pleskian
platform Parallels Plesk Panel 11.5.30 Update #28

PHP Error Reporting cant work
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED


E_STRICT cant remove error reporting
 
in php 5.4 E_STRICT became part of E_ALL. So try to add E_ALL in php.ini to disable error reporting.
 
Back
Top