Please help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • spider

    Please help

    Can anyone help with this error message I get with vbullettin


    Database error in vBulletin 2.2.9:

    Invalid SQL:
    INSERT INTO useractivation
    (useractivation id, userid, dateline, activationid, type, usergroupid)
    VALUES
    (NULL, 21, 1063544677, '27618960', 1, 3)

    mysql error: Unknown column 'usergroupid' in 'field list'

    mysql error number: 1054


  • John Bell

    #2
    Re: Please help

    Hi

    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.c om> wrote in message
    news:dPZ8b.2998 $f7.229764@loca lhost...[color=blue]
    > Can anyone help with this error message I get with vbullettin
    >
    >
    > Database error in vBulletin 2.2.9:
    >
    > Invalid SQL:
    > INSERT INTO useractivation
    > (useractivation id, userid, dateline, activationid, type, usergroupid)
    > VALUES
    > (NULL, 21, 1063544677, '27618960', 1, 3)
    >
    > mysql error: Unknown column 'usergroupid' in 'field list'
    >
    > mysql error number: 1054
    >
    >[/color]


    Comment

    Working...