Just installed 4.1.12, and this mod is causing the following error:
Code:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(438) : eval()'d code on line 18
Line 18 of class_bootstrap.php is simply a closing comment tag (
*/ ), so I don't see how that can be a problem?
Also took a look at line 438:
Code:
($hook = vBulletinHook::fetch_hook('parse_templates')) ? eval($hook) : false;
But that doesn't tell me anything, either.
How do I fix?