Solved
If you need to disable error displays, there are a number of methods, depending on your circumstances and technical ability.
1. 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.
--------------- Added [DATE]1385565011[/DATE] at [TIME]1385565011[/TIME] ---------------
Thx KH99 for youre anser.
|