MyBB Community Forums

Full Version: problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello ,

i have instaled a new theme , and now a lot of plugins are not working :/

what should i do ?
Deactivate and reactivate the plugins, the code they add to the templates won't be in the templates for the new theme.
A Reactived some plugins , and works fine , but some plugins when i deactive it shows this

Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/bhunited/public_html/forum/inc/adminfunctions_templates.php:22) in /home/bhunited/public_html/forum/inc/adminfunctions_templates.php on line 101

:@ help ?
Open the plugin PHP file, find:
require MYBB_ROOT . 'inc/adminfunctions_templates.php';

Replace with:
require_once MYBB_ROOT . 'inc/adminfunctions_templates.php';
i tried , stil not working :/ :@

??
Then try to look any other plugin, because such error only arrises when there is something missing in activate or de-activate part.
i can't understand you :/ ,

thanks plugin and 2 other plugins are not working :/ i tried everything but stil not worlking Confused

help ?

sorry for my bad english, thanks Smile
Make this change in all plugins you have got.