MyBB Community Forums

Full Version: Plugin Activation Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've edited that file slightly, can you try it and see if it works? Smile
ooh that has actually worked for that plugin, thanks so how can we make the others work? Smile
For each plugin that gives that error, open the plugin php file and find:
require MYBB_ROOT.'/inc/adminfunctions_templates.php';

Replace with:
require_once MYBB_ROOT.'/inc/adminfunctions_templates.php';

You'll need to do that twice in each file, probably.
thanks for that AJS, they are working perfect now Smile
Pages: 1 2