MyBB Community Forums

Full Version: MyBB SQL Error after import of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I tried moving the forums to another host and imported the old db to the new one.. Unfortunately I'm getting this error when I try to login..


MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'loginattempts' in 'field list'
Query:
    SELECT loginattempts FROM mybb_users WHERE LOWER(username)='kjaonline' LIMIT 1

Please contact the MyBB Group for support.
Anyway, around this?
Is the database from the same version as the files you're using??
Did you run the upgrade-script? It seem that its missing new introduced tables.
Yeah I think someone else has had this error. If you're using 1.4.4 files and a non-1.4.4 database backup you'll need to run the upgrader to fix it.
oh.. that might be the problemm the old forum was not upgraded to 1.4.. thanks.. But how do I run the upgrader? I installed mybb from the full download from the main site..
Update: Finished updating the script.. thanks for pointing that out to me Smile