The server my forum was running on was upgraded to PHP 5.4 and I started getting this error:
Quote:
Fatal error: Call-time pass-by-reference has been removed in /includes/class_bbcode.php(172) : eval()'d code on line 7
|
I updated my forum from Vbulletin 3.8.6 to 3.8.10 Beta 1 but I'm still getting the error.
I commented out the line causing the problem:
Quote:
($hook = vBulletinHook::fetch_hook('bbcode_create')) ? eval($hook) : false;
|
The error is gone and my forum works now but I'm worried removing this line will cause other problems.