Why does WordPress keep showing me error messages?

I believe that this line

ini_set('error_reporting', E_ALL );

will override other error settings. Will display all errors, even ‘benign’ ones, to the screen and error log file.

error code: 523