See this line in your error:
Quote:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_bbcode.php(344) : eval()'d code on line 117
|
Look in class_bbcode on line 344 and you'll see this:
Code:
($hook = vBulletinHook::fetch_hook('bbcode_parse_start')) ? eval($hook)
That is the call for the hook and then hook location is bbcode_parse_start. If you look at Plugins & Products > Plugin Manager, you will see a column there for hook location. Look down there to find that hook location and then go to Manage Products and disable that Product and see if that fixes the problem.