MyBB Community Forums

Full Version: forum got error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
plugins tab in my forum is not opening


view the screen shot in attachment for more info
it appears that either a plug-in file is added which has bugs OR you renamed an existing (activated) plug-in file
What plugins have you got in your /inc/plugins/ directory?
i have installed several plugin


plz help me out
Search the following in each plugin you've in ./inc/plugins folder, look in the activate and deactivate function, it should have something like this:
require MYBB_ROOT . "inc/adminfunctions_templates.php";
Change the require to require_once, like this;
require_once MYBB_ROOT . "inc/adminfunctions_templates.php";