PDA

View Full Version : DB error please help


VBUsers
04-13-2006, 02:34 AM
i get this error when i try to change the settings in the usergroup


Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE smora_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Moderators',
`description` = '',
`usertitle` = 'Moderator',
`opentag` = '<span style=\"color: red ;font-weight: bold;\">',
`closetag` = '</span>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '470809855',
`attachlimit` = '0',
`pmquota` = '100',
`pmpermissions` = '0',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '0',
`genericpermissions` = '204324859',
`genericoptions` = '30',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '9999999',
`vbaffiliatespermissions` = '15',
`itraderpermissions` = '7',
`pagerpermissions` = '15',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300',
`que` = '1537',
`vbimghost` = '3',
`vbimghost_files` = '20',
`hackdbperm` = '15',
`vbppermissions` = '',
`vbp_discountrate` = '0.00000',
`vbp_paycheckamount` = '2000.00000',
`vbp_secondarycost` = '0.00000',
`vbp_primarycost` = '0.00000',
`ebuxestorepermissions` = '0'
WHERE usergroupid=7;

MySQL Error : Unknown column 'ebuxestorepermissions' in 'field list'
Error Number : 1054
Date : Wednesday, April 12th 2006 @ 10:31:34 PM
Script : http://www.lowandloud.com/admincp/usergroup.php
Referrer : http://www.lowandloud.com/admincp/usergroup.php?do=edit&usergroupid=7
IP Address :
Username : LOW
Classname : vb_database

CMX_CMGSCCC
04-13-2006, 05:36 PM
Somehow ebux/estore is not uninstalled? how else would it have that field? Check to see if there are any files on ur server named ebux/estore still, if so, remove them and rebuild bitfields.

-CMX