MyBB Community Forums

Full Version: When adding plug-in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All of a sudden I am getting this error message when trying to activate any plug-in(just tried 3):
Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/content/81/7875581/html/Forums/inc/adminfunctions_templates.php:22) in /home/content/81/7875581/html/Forums/inc/adminfunctions_templates.php on line 101

I just tried replacing the adminfunctions_template.php with the original, no dice.

Thanks for any help, I know I am posting like crazy.
What plugin is it? It is faultily coded.

Edit the plugin file and find require("inc/adminfunctions_templates.php") and replace it with require_once("inc/adminfunctions_templates.php")
Your the MAN!!! Thanks, worked for all!!
Steve
You're welcome. Can you give a link to the plugin so the author can be notified of this bug?