Quote:
Originally Posted by ReMarkable1991
Reinstalling it fixed it... However still lots and lots of php errors when on 5.4 does it not support 5.4 and will it ever or is this on the to-do list?
|
This is vbulletin error not with this modification
I think the following code should fix it (which i found on vbulletin.com)
Add the following line to your config.php under the <?php line:
PHP Code:
define('SKIP_ALL_ERRORS', true);