MyBB Community Forums

Full Version: Plugin Activating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/immatttv/public_html/inc/adminfunctions_templates.php:22) in /home/immatttv/public_html/inc/adminfunctions_templates.php on line 101

oops sorry, i use 1.6 put this in the wrong forum. can someone move this?
Try changing this :
require MYBB_ROOT."/inc/adminfunctions_templates.php";


To this:
require_once MYBB_ROOT."/inc/adminfunctions_templates.php";

Change them in your "activate" & "deactivate" functions.