[wp-hackers] Numerous Notices since upgrade
    Matt Martz 
    matt at sivel.net
       
    Wed Aug  5 20:17:25 UTC 2009
    
    
  
On Wed, Aug 5, 2009 at 4:04 PM, Alex Andrews<awgandrews at gmail.com> wrote:
> Dear all,
>
> Has Wordpress increased the php error handling with 2.8.3?
It has not changed.  Perhaps there has been a change to your hosting.
> Is there any way to suppress this? They are a bit of a security risk.
add:
ini_set('display_errors', 0);
to your wp-config.php
On "production" sites display_errors should never be on.
-- 
Matt Martz
matt at sivel.net
http://sivel.net/
    
    
More information about the wp-hackers
mailing list