• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Stop php from logging warnings

Amin Taheri

Golden Pleskian
Plesk Certified Professional
Hi,

Is there a simple way to tell plesk either in plesk or via the php.ini file to not log php warnings and depricated errors to the domains error log files?

tail /var/www/vhosts/domain.com/statistics/logs/error_log

[Wed May 09 09:11:37 2012] [error] [client 10.10.10.10] PHP Warning: call_user_func_array() expects parameter 2 to be array, string given in /var/www/vhosts/domain.com/httpdocs/somefile.php on line 163

[Wed May 09 09:11:37 2012] [error] [client 10.10.10.10] PHP Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/domain.com/httpdocs/somefile.php on line 104

Is this triggered off the error_reporting, because its set not to report those
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR & ~E_DEPRECATED
 
Back
Top