Database error in vBulletin 2.2.9:
Invalid SQL:
INSERT INTO useractivation
(useractivationid, userid, dateline, activationid, type, usergroupid)
VALUES
(NULL, 21, 1063544677, '27618960', 1, 3)
mysql error: Unknown column 'usergroupid' in 'field list'
mysql error number: 1054Hi
This is a SQL Server news group!
It seems like the useractivation table does not contain the usergroupid
column. It could be that this column does not exist, the column is spelt
differently, or the name is case dependent..
John
"spider" <spiderxo@.msn.com> wrote in message
news:dPZ8b.2998$f7.229764@.localhost...
> Can anyone help with this error message I get with vbullettin
>
> Database error in vBulletin 2.2.9:
> Invalid SQL:
> INSERT INTO useractivation
> (useractivationid, userid, dateline, activationid, type, usergroupid)
> VALUES
> (NULL, 21, 1063544677, '27618960', 1, 3)
> mysql error: Unknown column 'usergroupid' in 'field list'
> mysql error number: 1054sql
No comments:
Post a Comment