-
Help
Can anyone give me a little help getting my wiki setup please? :)
Im getting this error when i click "preview changes" when editing an article ( also seen it a few other times around the site)
Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /home/bhoycom/public_html/forum/includes/class_bbcode.php(2463) : eval()'d code:24) in /home/bhoycom/public_html/forum/vault/special_class_bbcode.php(3613) : eval()'d code on line 53
And with ajax enabled it starts loading then freezes i turned it off for now.
-
Getting this error all over the forum now, cant read any posts without receiving it.
-
This error is in one of your other plugins that is not written correctly. It is not a part of VaultWiki. Since it's not in a file that was require_once'd, the plugin should check if the function already exists before creating it.
-
It only happens when i activate vaultwiki, when its disabled it stops.
-
Regardless of whether it happens when you activate VaultWiki, it's code that doesn't exist in VaultWiki. It's a simple fix to check whether the function already exists, and whatever mod you have should really already do this since there are a lot of mods over at vb.org too that create new instances of the BB-Code parser and would also have the same conflict.
-
Ok, it seems uve fixed it when u logged in anyway, thanks a lot for that.