Hi to all again
I have tried deactivating the Easy Adv Banner plugin, after new instalation but it removed the files php and not deactivated the plugin properly.
When I go to Plugin Manager, and click deactivate it says mysql error
Code:
MySQL error: 1146
Table 'portugaf_forum.mybb_banners' doesn't exist
Query: SELECT image FROM mybb_banners
some one help please?
thanks
I think this problem is because when you activated plugin, you not changed chmod of admin/index.php to 777 like the author says in Installation Instructions.
//Later: you receive this error just when you try to deactivate this plugin (only in AdminCP) ?
mybbromania Wrote:I think this problem is because when you activated plugin, you not changed chmod of admin/index.php to 777 like the author says in Installation Instructions.
//Later: you receive this error just when you try to deactivate this plugin (only in AdminCP) ?
yes, I recive this error wen I try to desactivate the plugin in CP Admin
I folow the instructions and I chmod the "admin/index.php" file.
but the error is the same
Please. need help to fix this problem.
I do not know this plugin, however deactivating a plugin means that the according db-table will be deleted. As this table seems to be not existing anymore, you will get the error.
A solution could be to create the table manually (have a look into the plugin.php) again by phpMyAdmin. Maybe, the plugin can be deactivated later on in a regular way.
Only a guess.

the_griffin Wrote:I do not know this plugin, however deactivating a plugin means that the according db-table will be deleted. As this table seems to be not existing anymore, you will get the error.
A solution could be to create the table manually (have a look into the plugin.php) again by phpMyAdmin. Maybe, the plugin can be deactivated later on in a regular way.
Only a guess. 
ok thanks for idea.
I make a new table via phpMyadmin and works perfect.
thanks