MyBB Community Forums

Full Version: Database error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I exported a database and imported it into a newer version and this is what I get: http://forums.damnprinter.com/

MySQL error: 1054
Unknown column 'b.olddisplaygroup' in 'field list'
Query: SELECT u.*, f.*, b.dateline AS bandate, b.lifted AS banlifted, b.oldgroup AS banoldgroup, b.olddisplaygroup as banolddisplaygroup, b.oldadditionalgroups as banoldadditionalgroups FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) LEFT JOIN mybb_banned b ON (b.uid=u.uid) WHERE u.uid='1'
Old error ^^ You need to run upgrade.php