• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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