Quote:
Originally Posted by RichieBoy67
This is what works best for me though there are a few ways to fix
includes/class_core.php
Find
PHP Code:
case E_NOTICE: // Just ignore these completely // break;
and add
PHP Code:
case E_NOTICE: case E_STRICT; case E_DEPRECATED; // Just ignore these completely // break;
As found here
http://www.vbulletin.com/forum/forum...81#post4000681
|
tried this, still getting the error page when I try to run maintenance>general update tools> rebuild thread information =S