2010-09-22, 02:44 AM
I'm getting some SQL errors when I'm trying to delete some of my test accounts.
This is when I try and delete an account that needs to get activated:
This used to work fine when I was running 1.4 and I had no errors when I upgraded to 1.6. So, I'm not sure what's going on.
And I'm not sure why it's looking at the moderators table because I don't have any moderators.
[edit]
I just now tried to move a user to a group, and I get the following error:
This is when I try and delete an account that needs to get activated:
Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'uid' in 'where clause'
Query:
DELETE FROM mybb_moderators WHERE uid='59'
This used to work fine when I was running 1.4 and I had no errors when I upgraded to 1.6. So, I'm not sure what's going on.
And I'm not sure why it's looking at the moderators table because I don't have any moderators.
[edit]
I just now tried to move a user to a group, and I get the following error:
Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'remember' in 'field list'
Query:
UPDATE mybb_users SETpostnum
='0',usergroup
='8',additionalgroups
='',displaygroup
='0',usertitle
='',signature
='',website
='',icq
='0',aim
='',yahoo
='',msn
='',style
='0',timezone
='-8',dateformat
='0',timeformat
='0',language
='',allownotices
='1',hideemail
='0',subscriptionmethod
='0',invisible
='0',dstcorrection
='2',threadmode
='linear',showsigs
='1',showavatars
='1',showquickreply
='1',remember
='',receivepms
='1',pmnotice
='1',daysprune
='0',showcodebuttons
='1',pmnotify
='0',showredirect
='1',tpp
='0',ppp
='0' WHERE uid='60'