MyBB Community Forums

Full Version: SQL error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When trying to update my time settings I get this message.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'usemobileversion' in 'field list'
Query:
UPDATE mybb_users SET usemobileversion='0' WHERE uid = '1'
That's a non default option, you must have a plugin trying to update that but the column doesn't exist.