[Help] Database error

Adiga

New Member
Hey..
i installed a product few days ago.. but didnt like it.. so i removed it from my installed products be uninstalling it..

now.. it seems that this product has made a trouble for me.. when i want to change any user group permission it says like this:

Database error in vBulletin 3.7.0:

Invalid SQL:
UPDATE Adiga_usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = '********',
`opentag` = '<i><b><font color=\"#CC0000\">',
`closetag` = '</font></b></i>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`profilebattlepermissions` = '3',
`vbblog_general_permissions` = '126',
`vbblog_entry_permissions` = '24188',
`vbblog_comment_permissions` = '990',
`trgpermissions` = '15',
`vbnotes_permissions` = '0',
`radiotvpermissions` = '449',
`forumpermissions` = '8388607',
`genericpermissions` = '2113929151',
`attachlimit` = '0',
`pmquota` = '300',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '55',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '2000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '20',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511',
`nbmsgshowchatbox` = '0',
`mgccustomusergroupperms` = '407',
`awardpermissions` = '0',
`vbtube` = '511',
`giftpermissions` = '63'
WHERE usergroupid=6;

MySQL Error : Unknown column 'vbnotes_permissions' in 'field list'
Error Number : 1054



so anyone can help me how to remove this error..
and sry for my bad english :)
 
Those update calls are in the plugs that were installed with the product. You need to check the plugins to see if they are still there and delete/uninstall them for that query to go away.
 
Back
Top