MyBB Community Forums

Full Version: Edit Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this when saving anything in the Edit Options tab.

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'commentnotify' in 'field list'
Query:
UPDATE mybb_users SET commentnotify='0', commentsfilter='0' WHERE uid = 1007 LIMIT 1
What plugins do you have active?
Deactivate, then reactivate the Profile Comments plugin
Profile Comments seems to be the one doing it. I just deactivated and reactivate it and nothing happened.
Just bumping this up Wink
Considering the fact comments aren't default it'll still be a plugin doing it...
Is there a way to stop that message for the time being?
Deactivate other plugins? Put this in /inc/init.php right after the <?php tag:

define('NO_PLUGINS', true);

If it is fixed afterwards, then a plugin is causing the issue.
Just look through your list of plugins and see what one will be doing stuff with comments, and then deactivate it... Undecided