MyBB Community Forums

Full Version: Upgrading from 1.2.2 to 1.2.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay... More stupid problems from me. I went to upgrade my installation from 1.2.2 to 1.2.3 just now, and after uploading all the files from the new download and I go to the index, I get this error:
Quote: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'

When I uploaded my old 1.2.2 files, it works fine again. Tried uploading 1.2.3 a second time and the error comes back. Any ideas?

EDIT: I didn't overwrite config.php or settings.php. Forgot to mention that part. I've had successful upgrades previously.

EDIT Again: I can also still access the Admin CP.
Did you go to install/upgrade.php after uploading the new files and run the upgrade process?
Hah, now I don't feel bad. The upgrade instructions are missing that step.

Ran the upgrade.php and it works fine now. Thanks.