Thank you...
I have uninstalled recently installed plugins. So, it should be in the same condition when my forum works. BUt still, not working
Any recommendation about the "emergency solution" for this issue? Thank you.
This is the showthread.php file
Code:
$postbit_factory =& new vB_Postbit_Factory();
$postbit_factory->registry =& $vbulletin;
$postbit_factory->forum =& $foruminfo;
$postbit_factory->thread =& $thread;
$postbit_factory->cache = array();
$postbit_factory->bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); // LINE 1046
From the admin area, when I go to "BB Code Manager", I go this:
Code:
Fatal error: Call to undefined function fetch_tag_list() in /home/XXXXXXX/public_html/admincp/bbcode.php on line 324