TheEn|gma
06-02-2007, 03:00 PM
Was changing a few things hit saved changes and got the following errors( I asterisk'd my IP;) ):
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE user SET
parentemail = '',
icq = '',
msn = '',
aim = '',
yahoo = '',
skype = '',
homepage = 'http://www.eaglessquad.co.uk',
birthday_search = '1989-08-14',
birthday = '08-14-1989',
showbirthday = 1,
usertitle = '<font color=\"red\"><b>Total QW Staff</b></font>',
customtitle = 0,
xfire = ''
WHERE userid = 1265;
MySQL Error : Unknown column 'xfire' in 'field list'
Error Number : 1054
Date : Saturday, June 2nd 2007 @ 06:54:40 AM
Script : http://www.totalquakewars.com/forums/profile.php?do=updateprofile
Referrer : http://www.totalquakewars.com/forums/profile.php?do=editprofile
IP Address : **.**.***.***
Username : TheEnigma
Classname : vb_database
I don't know much SQL but it looks like you've got different names in your SQL Insert into statement compared to the xfire field in the db.
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE user SET
parentemail = '',
icq = '',
msn = '',
aim = '',
yahoo = '',
skype = '',
homepage = 'http://www.eaglessquad.co.uk',
birthday_search = '1989-08-14',
birthday = '08-14-1989',
showbirthday = 1,
usertitle = '<font color=\"red\"><b>Total QW Staff</b></font>',
customtitle = 0,
xfire = ''
WHERE userid = 1265;
MySQL Error : Unknown column 'xfire' in 'field list'
Error Number : 1054
Date : Saturday, June 2nd 2007 @ 06:54:40 AM
Script : http://www.totalquakewars.com/forums/profile.php?do=updateprofile
Referrer : http://www.totalquakewars.com/forums/profile.php?do=editprofile
IP Address : **.**.***.***
Username : TheEnigma
Classname : vb_database
I don't know much SQL but it looks like you've got different names in your SQL Insert into statement compared to the xfire field in the db.