• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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