MyBB Community Forums

Full Version: was having login issues so
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i reinstalled mybb using softalious figured that would eliminate my user error on all that now I get this after importing my db please give me a step by step what to do if you know how to fix it and thanks


MyBB has experienced an internal SQL error and cannot continue.

SQL Error: 1054 - Unknown column 'loginlockoutexpiry' in 'field list' Query: SELECT loginattempts, loginlockoutexpiry FROM users WHERE uid='3'
"You're missing a column which means somewhere down the line you've incorrectly upgraded. You may see a few more of these errors. Running the following query should resolve the issue:

ALTER TABLE mybblq_users ADD loginlockoutexpiry int unsigned NOT NULL default 0;"

Solved by Wires https://community.mybb.com/thread-219005...pid1310476