MyBB Community Forums

Full Version: Discuss: MyBB 1.2.6 Released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
I ran the upgrade as I was going from 1.2.4 and I can't seem to open the forum - the message "Your board status is currently set to closed." is stuck on the main page even though I've ticked no in the settings.
CHMOD inc/settings.php to 777 and then resubmit the settings allowing MyBB to rebuild them.
I just upgraded (from 1.2.2), followed directions, and ran the upgrade. I still 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'

Any solutions??

Thank you,

-Bill
Use the support forum.


And by the way. I think its safer to upgrade from each version up. That would be the safer way.

Make sure you check back about every 2 weeks or so, new versions of MyBB get released quite often.
richjohnny Wrote:Make sure you check back about every 2 weeks or so, new versions of MyBB get released quite often.
Alternatively; http://www.mybboard.net/mailinglist.php Smile
microdude431 Wrote:I just upgraded (from 1.2.2), followed directions, and ran the upgrade. I still 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'

Any solutions??

Thank you,

-Bill

You should have selected 1.2.2 from the "previous version" drop down select box in the upgrade script.
Pages: 1 2 3 4 5 6