TurboFC3S
Mon 3rd Nov '03, 12:40pm
Can somebody give me the ALTER statement I need to create the usergroupid column? Here's how I know it's that. When I try to send a password through the admin panel, I get
<!-- Database error in vBulletin 2.3.2:
Invalid SQL:
INSERT INTO useractivation
(useractivationid, userid, dateline, activationid, type, usergroupid)
VALUES
(NULL, 1, 1067876471, '70040540', 1, 6)
mysql error: Unknown column 'usergroupid' in 'field list'
mysql error number: 1054
Date: Monday 03rd of November 2003 11:21:11 AM
Script: (Link: http://www.rx7club.com/member.php)http://www.rx7club.com/member.php
Referer:
-->
Here's the schema, no usergroupid column to be found
+------------------+----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------------+----------------------+------+-----+---------+----------------+
| useractivationid | int(10) unsigned | | PRI | NULL | auto_increment |
| userid | int(10) unsigned | | MUL | 0 | |
| dateline | int(10) unsigned | | | 0 | |
| activationid | char(20) | | | | |
| type | smallint(5) unsigned | | | 0 | |
+------------------+----------------------+------+-----+---------+----------------+
<!-- Database error in vBulletin 2.3.2:
Invalid SQL:
INSERT INTO useractivation
(useractivationid, userid, dateline, activationid, type, usergroupid)
VALUES
(NULL, 1, 1067876471, '70040540', 1, 6)
mysql error: Unknown column 'usergroupid' in 'field list'
mysql error number: 1054
Date: Monday 03rd of November 2003 11:21:11 AM
Script: (Link: http://www.rx7club.com/member.php)http://www.rx7club.com/member.php
Referer:
-->
Here's the schema, no usergroupid column to be found
+------------------+----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------------+----------------------+------+-----+---------+----------------+
| useractivationid | int(10) unsigned | | PRI | NULL | auto_increment |
| userid | int(10) unsigned | | MUL | 0 | |
| dateline | int(10) unsigned | | | 0 | |
| activationid | char(20) | | | | |
| type | smallint(5) unsigned | | | 0 | |
+------------------+----------------------+------+-----+---------+----------------+