MyBB Community Forums

Full Version: MySQLi error: 1054
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting this error, what could be the problem?

MySQLi 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'

It occurred after I tried to update from 1.2.1 to 1.2.7
It's been discussed a hundred times before. Run the upgrade script. And make sure you select 1.2.1 from the list!