The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Fatal error: Call to undefined function fetch_tag_list() (showthread, PM)
Hello,
I didn't do any modifications on my forum. Currently, it's using (vBulletin 3.8.4 Patch Level 2). When I go to single thread view (showthread.php), I got this error: Code:
Fatal error: Call to undefined function fetch_tag_list() in /home/XXXXXX/public_html/showthread.php on line 1046 Code:
Fatal error: Call to undefined function fetch_tag_list() in /home/XXXXXXXX/public_html/private.php on line 1527 |
#2
|
||||
|
||||
Looks like you have a plugin with bbcode not playing nice somewhere.
|
#3
|
|||
|
|||
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 Code:
Fatal error: Call to undefined function fetch_tag_list() in /home/XXXXXXX/public_html/admincp/bbcode.php on line 324 |
#4
|
||||
|
||||
Try disabling all your plugins and see if that fixes it. Then re-enable them one by one to see which one might be the culprit.
|
#5
|
|||
|
|||
I have disabled all plugins, including adding define('DISABLE_HOOKS', true); in configuration file.
But still, no luck |
#6
|
||||
|
||||
Then it must be a bad bbcode.
|
#7
|
|||
|
|||
So, what is the best way to deal with this? Empty the vb_bbcode? Or...?
I have Uninstalled all plugins/products. And still, got the error. |
#8
|
||||
|
||||
I'm stumped on this one as I have never run into that before.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|