MyBB Community Forums

Full Version: Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I enable plugins in the MYSQL database without it inserting the tables again as the plugin tables are they and I get a error when enabling the plugins.




Zero Hack
You can't enable plugins in the database. You have to enable them in your Admin CP.

What's the error you're getting when you enable plugins? If a plugin's table already exists, just delete it.
(2011-07-30, 03:12 PM)faviouz Wrote: [ -> ]You can't enable plugins in the database. You have to enable them in your Admin CP.

What's the error you're getting when you enable plugins? If a plugin's table already exists, just delete it.

Then I will loose all the settings on the tables I had.
It's the plugin's fault for not checking whether the table already exists or not.

What's the plugin that you're getting this error with?
(2011-07-30, 03:21 PM)faviouz Wrote: [ -> ]It's the plugin's fault for not checking whether the table already exists or not.

What's the plugin that you're getting this error with?

No worries. I'll just recode the whole plugin then