Thank you ForceHSS. Although the info wasn't in the post you linked I was able to sort of ferret around and find it through that link.
For anyone else who finds this post. Here's how I fixed it...
Quote:
Originally Posted by Paul M
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.
|