Quote:
Originally Posted by BBR-APBT
Code:
Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in forums/includes/class_bbcode.php(2459) : eval()'d code:24) in forums/includes/class_bbcode.php(2459) : eval()'d code on line 53
I get this error since the update
|
You have another hack installed that is using the
bbcode_fetch_tags file hook, this is called as part of function
fetch_tag_list that is probably causing the problem.
This hack does not use any file hooks at all, and has not changed the calls to the function
fetch_tag_list between
v3.8.002 and
v3.8.005, and again, it does not call the
bbcode_fetch_tags file hook.
You can try editing
read_pms.php, find the 2 instances of:
PHP Code:
fetch_tag_list('', true)
Change them to:
PHP Code:
fetch_tag_list()
And re-upload the file.
If that does not fix it, then what I advise you to do is to check any hacks that use the
bbcode_fetch_tags file hook and disable it, and see the problem re-occurs, if it does not then post in that hacks' support thread.