Quote:
Originally Posted by ForceHSS
add the following line to the top of your /includes/config.php file under the <?php line:
Code:
Code:
define('SKIP_ALL_ERRORS', true);
|
Did you try what ForceHSS suggested? The very first time I installed vBulletin 4 I got all kinds of errors at the top of my forum, but my forum still worked fine with the errors there. So I added the same code as ForceHSS suggested, and the errors disappeared. There is also a config option in the PHP.ini I think, that does almost the same thing I believe. But I am not sure about the php.ini option, so I could be wrong about that. It has been a very long time.