
07-23-2012, 01:04 PM
|
|
|
Join Date: Jan 2008
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Hello..
i found a big Bug or it is my fault !?!?
if i change a user to other Usergroup the bekom i this error in database:
Quote:
Datenbankfehler in vBulletin 4.2.0:
Invalid SQL:
UPDATE user SET
### Bitfield: user.adminoptions ###
adminoptions = IF(adminoptions & 1, adminoptions - 1, adminoptions),
adminoptions = IF(adminoptions & 2, adminoptions - 2, adminoptions),
usertitle = 'Neuer Benutzer',
customtitle = 0,
birthday_search = '1990-05-10',
birthday = '05-10-1990',
referrerid = 0,
usergroupid = 9,
joindate = 1327603620,
lastactivity = 1327603920,
lastpost = 0,
membergroupids = '',
displaygroupid = 0,
dbtech_downloads_banned = '0'
WHERE userid = 212;
MySQL-Fehler : Unbekanntes Tabellenfeld 'dbtech_downloads_banned' in field list
Fehler-Nr. : 1054
Fehler-Zeit : Monday, 23.07.2012 @ 15:31:06
Datum : Monday, 23.07.2012 @ 15:31:06
Skript : http://www.**********.de/admincp/user.php?do=update
Referrer : http://www.**********.de/admincp/user.php?do=edit&u=212
IP-Adresse : 91.64.37.210
Benutzername : Andy-V72
Klassenname : vB_Database
MySQL-Version : 5.5.25-1~dotdeb.0
|
to change a User i must Deaktivite Downloads..
|