Quote:
Originally Posted by Mark.B
There's nothing in 4.2.2 that would break a modification that worked on 4.2.1.
Upgrade to 4.2.2 and add the following line to your /includes/config.php file, right under the <?php line:
PHP Code:
define('SKIP_ALL_ERRORS', true);
|
Unless there is a very good reason to disable all error reporting, please use
SKIP_DS_ERRORS.
That reverts 4.2.2 to use the same as 4.2.1 (and previous versions).