MyBB Community Forums

Full Version: Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

When trying to update a Groups permissions I got this error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1054 - Unknown column 'showinbirthdaylist' in 'field list'
Query:
    UPDATE mybb_usergroups SET `type`='1', `title`='Moderators', `description`='These users moderate specific forums.', `namestyle`='{username}', `usertitle`='Moderator', `stars`='6', `starimage`='images/star/stars/bluestar.png', `image`='images/star/userbars/moderator.png', `isbannedgroup`='0', `canview`='0', `canviewthreads`='1', `canviewprofiles`='1', `candlattachments`='1', `canpostthreads`='1', `canpostreplys`='1', `canpostattachments`='1', `canratethreads`='1', `caneditposts`='1', `candeleteposts`='1', `candeletethreads`='1', `caneditattachments`='1', `canpostpolls`='1', `canvotepolls`='1', `canundovotes`='0', `canusepms`='1', `cansendpms`='1', `cantrackpms`='1', `candenypmreceipts`='1', `pmquota`='250', `maxpmrecipients`='5', `cansendemail`='1', `maxemails`='5', `canviewmemberlist`='1', `canviewcalendar`='1', `canaddevents`='0', `canbypasseventmod`='0', `canmoderateevents`='0', `canviewonline`='1', `canviewwolinvis`='0', `canviewonlineips`='0', `cancp`='0', `issupermod`='0', `cansearch`='1', `canusercp`='1', `canuploadavatars`='1', `canchangename`='1', `showforumteam`='1', `usereputationsystem`='1', `cangivereputations`='1', `reputationpower`='3', `maxreputationsday`='5', `maxreputationsperuser`='0', `maxreputationsperthread`='0', `attachquota`='0', `cancustomtitle`='1', `canwarnusers`='1', `canreceivewarnings`='1', `maxwarningsday`='3', `canmodcp`='1', `showinbirthdaylist`='0', `canoverridepm`='0', `canusesig`='0', `canusesigxposts`='0', `signofollow`='0' WHERE gid='6' 

Whats up with it?
That column was added in 1.6.5 - make sure you've run the upgrade script correctly.