PDA

View Full Version : database error


futureye
07-06-2008, 05:39 AM
Database error in vBulletin 3.7.2:

Invalid SQL:

UPDATE user SET
receivebulletin = 0,
receivebulletin_type = 0
WHERE userid = 22;

MySQL Error : Unknown column 'receivebulletin' in 'field list'
Error Number : 1054
Request Date : Sunday, July 6th 2008 @ 01:22:50 AM
Error Date : Sunday, July 6th 2008 @ 01:22:50 AM

Database error in vBulletin 3.7.2:

Invalid SQL:
ALTER TABLE user DROP receivebulletin_type;

MySQL Error : Can't DROP 'receivebulletin_type'; check that column/key exists
Error Number : 1091
Request Date : Sunday, July 6th 2008 @ 01:28:38 AM
Error Date : Sunday, July 6th 2008 @ 01:28:38 AM

Dismounted
07-06-2008, 06:06 AM
"receivebulletin" is not a default vBulletin field. A modification is most likely causing this.