MyBB Community Forums

Full Version: Plugin install error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
help plsss....

when i press Activate Plugin .... there appears this

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

how can i fix that ? pls help

thanks & sorry for my bad english :$
Open the plugin file and find any instances of:
	require MYBB_ROOT."/inc/adminfunctions_templates.php";

Replace with:
	require_once MYBB_ROOT."/inc/adminfunctions_templates.php";
plugin file Confused .... im beginner can you tell me better
it will be inside : inc/plugins/plugin file.php
(2010-10-12, 04:48 PM)Bishop* Wrote: [ -> ]plugin file Confused .... im beginner can you tell me better

The file you uploaded to .inc/plugins/

Open it with a text editor such as Notepad++ and do a quick search and replace.