• 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.

php.ini error_reporting

kram@

Regular Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE

CentOS 6.3 (Final)
Panel version 11.0.9
Update #4, last updated at July 10, 2012 12:59 AM

PROBLEM DESCRIPTION

When setting the error_reporting: E_ALL & ~E_DEPRECATED & ~E_NOTICE on a per domain /etc/php.ini the error_log is full of mod_fcgid: stderr: PHP Notice:

When viewing the sites info.php it shows error_reporting: E_ALL & ~E_DEPRECATED & ~E_NOTICE

STEPS TO REPRODUCE

Set the value in /etc/php.ini to error_reporting: E_ALL & ~E_DEPRECATED & ~E_NOTICE
Set the value per domain /var/www/vhosts/xyz.co.za/etc/php.ini

ACTUAL RESULT

[Wed Jul 18 22:22:52 2012] [warn] [client 66.249.72.244] mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in ...

EXPECTED RESULT

No PHP Notice: messages in the log
--------------------------------------------------------------
 
@IgorG thanks ,I tried your solution but it's still not working.

Added Custom Value = 6135

info.php reports: error_reporting = 6135

error_log

mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in
 
Back
Top