2010-12-09, 10:17 PM
2010-12-09, 10:27 PM
... when doing what?? Activating the Ficons plugin?? It should ideally check if the column already exists before trying to add it, you'll have to remove the ficon column via phpMyAdmin.
2010-12-09, 10:28 PM
thanks i got it.
now i got a new error: Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/1001g45g/public_html/forum/inc/adminfunctions_templates.php:22) in /home/x10hosting/public_html/forum/inc/adminfunctions_templates.php on line 101
now i got a new error: Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/1001g45g/public_html/forum/inc/adminfunctions_templates.php:22) in /home/x10hosting/public_html/forum/inc/adminfunctions_templates.php on line 101
2010-12-09, 10:52 PM
(2010-12-09, 10:28 PM)Shad0w Wrote: [ -> ]thanks i got it.
now i got a new error: Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/1001g45g/public_html/forum/inc/adminfunctions_templates.php:22) in /home/x10hosting/public_html/forum/inc/adminfunctions_templates.php on line 101
If you search that error you'll find numerous threads with the solution.
2010-12-09, 10:54 PM
In the plugin file find all instances of:
And change to:
You uploaded and installed the plugin without deactivating it first or something like that.
require MYBB_ROOT."/inc/adminfunctions_templates.php";
And change to:
require_once MYBB_ROOT."/inc/adminfunctions_templates.php";
You uploaded and installed the plugin without deactivating it first or something like that.
2010-12-09, 10:56 PM
(2010-12-09, 10:52 PM)AJS Wrote: [ -> ](2010-12-09, 10:28 PM)Shad0w Wrote: [ -> ]thanks i got it.
now i got a new error: Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/1001g45g/public_html/forum/inc/adminfunctions_templates.php:22) in /home/x10hosting/public_html/forum/inc/adminfunctions_templates.php on line 101
If you search that error you'll find numerous threads with the solution.
lol thanks i just put it in google and got my result now i know how to fix this error.