• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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