MyBB Community Forums

Full Version: Fix sql Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i was using the latest version of myalerts and today i uninstall it, and when i go into my plugins page i get the following error message:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'code' in 'where clause'
Query:
SELECT * FROM mybb_alert_settings WHERE code='post_tagging' LIMIT 1

I deleted every file of myalerts plugin, and i still get the message, i already search for the table on my PHPadmin and i can't find it... Any advice on how to fix this?

Solved, you can close this now Big Grin

If anyone wants to know how i did it, i went into PHPadmin and add the table with the name:

mybb_alert_settings

Then i put in the colum name "Code" - Type "TEXT" - Value "post_tagging" and it worked!