Above says it all. I was getting this error email after upgrading from 2.2.8 to 2.3.4 after running all the upgrade scripts:
Database error in vBulletin 2.3.4:
Invalid SQL:
INSERT INTO useractivation
(useractivationid, userid, dateline, activationid, type, usergroupid)
VALUES
(NULL, 54306, 1075671839, '62342884', 1, 2)
mysql error: Unknown column 'usergroupid' in 'field list'
mysql error number: 1054
I searched the forum to find the appropriate ALTER command, and now it runs fine, but I never got an error on the upgrade scripts.
Just a note!
Database error in vBulletin 2.3.4:
Invalid SQL:
INSERT INTO useractivation
(useractivationid, userid, dateline, activationid, type, usergroupid)
VALUES
(NULL, 54306, 1075671839, '62342884', 1, 2)
mysql error: Unknown column 'usergroupid' in 'field list'
mysql error number: 1054
I searched the forum to find the appropriate ALTER command, and now it runs fine, but I never got an error on the upgrade scripts.
Just a note!
Comment