vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Fatal error: Call to undefined function fetch_tag_list() (showthread, PM) (https://vborg.vbsupport.ru/showthread.php?t=247853)

thomasarie 08-03-2010 03:16 AM

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
Also, when I want to read a private message, also got this error:

Code:

Fatal error: Call to undefined function fetch_tag_list() in /home/XXXXXXXX/public_html/private.php on line 1527
Anyone having ideas to solve this issue? :(

Boofo 08-03-2010 04:19 AM

Looks like you have a plugin with bbcode not playing nice somewhere.

thomasarie 08-03-2010 05:53 AM

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

Boofo 08-03-2010 06:09 AM

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.

thomasarie 08-03-2010 07:00 AM

I have disabled all plugins, including adding define('DISABLE_HOOKS', true); in configuration file.

But still, no luck :(

Boofo 08-03-2010 07:46 AM

Then it must be a bad bbcode.

thomasarie 08-03-2010 07:52 AM

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. :(

Boofo 08-03-2010 09:40 AM

I'm stumped on this one as I have never run into that before.


All times are GMT. The time now is 05:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01601 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete