duyhoadp
01-15-2010, 06:13 AM
Database error in vBulletin 4.0.1:
Invalid SQL:
UPDATE user SET
### Bitfield: user.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = 'Junior Member',
customtitle = 0,
birthday_search = '',
birthday = '',
referrerid = 0,
showblogcss = 0,
joindate = 1250243760,
lastactivity = 1263462900,
lastpost = 0,
membergroupids = ''
WHERE userid = 83;
MySQL Error : Unknown column 'showblogcss' in 'field list'
Error Number : 1054
Request Date : Friday, January 15th 2010 @ 01:11:26 AM
Error Date : Friday, January 15th 2010 @ 01:11:26 AM
Script : http://xxxxx/admincp/user.php?do=update
Referrer : http://xxxxx/admincp/user.php?do=edit&u=83
IP Address : 123.21.37.199
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.42
MySQL Error : Unknown column 'showblogcss' in 'field list'
I insert table user in vb4.0 ( noblog) to vb4.0.1 with blog... Help me SQL query to add collumn showblogcss :(... Thank you very much
Invalid SQL:
UPDATE user SET
### Bitfield: user.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = 'Junior Member',
customtitle = 0,
birthday_search = '',
birthday = '',
referrerid = 0,
showblogcss = 0,
joindate = 1250243760,
lastactivity = 1263462900,
lastpost = 0,
membergroupids = ''
WHERE userid = 83;
MySQL Error : Unknown column 'showblogcss' in 'field list'
Error Number : 1054
Request Date : Friday, January 15th 2010 @ 01:11:26 AM
Error Date : Friday, January 15th 2010 @ 01:11:26 AM
Script : http://xxxxx/admincp/user.php?do=update
Referrer : http://xxxxx/admincp/user.php?do=edit&u=83
IP Address : 123.21.37.199
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.42
MySQL Error : Unknown column 'showblogcss' in 'field list'
I insert table user in vb4.0 ( noblog) to vb4.0.1 with blog... Help me SQL query to add collumn showblogcss :(... Thank you very much