PDA

View Full Version : Vbulletin plugin problem


Vishaaldesiking
12-03-2012, 11:29 AM
Hello,

I'm getting follow error:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(438) : eval()'d code on line 12

Warning: array_unique() expects parameter 1 to be array, null given in [path]/includes/class_bootstrap.php(438) : eval()'d code on line 12

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_bootstrap.php(438) : eval()'d code on line 12

At class_bootstrap.php in line 438 is: ($hook = vBulletinHook::fetch_hook('parse_templates')) ? eval($hook) : false;

When i turn that line off error is gone but there is come some changes in theme.
Is there anyway to get this fix?

kh99
12-03-2012, 11:36 AM
There is a problem in one of your mods. You might try disabling them one at a time to try to narrow it down (or if you just installed a new one, that's likely it).