As posted by @PaulM.
if you need to disable error displays you can do the following:
Add the following line to your config.php under the <?php line:
PHP Code:
define('SKIP_ALL_ERRORS', true);
Note: You must have downloaded the 4.2.2 package on or after Nov 1st 2013 for this to work. If you downloaded it before then you will need to redownload and update the files on your server.
This will bypass the additional error reporting.