i got this error in vb 3.8.3

nielz_01

New Member
somebody pls help me. i got this error when i edit user profile

Database error in vBulletin 3.8.3:

Invalid SQL:
UPDATE cuyononusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<font color=\"red\"><b>',
`closetag` = '</b></font>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`ms_vopt_permissions` = '0',
`forumpermissions` = '16777215',
`genericpermissions` = '2147483583',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '7',
`pmsendmax` = '5',
`pmthrottlequantity` = '0',
`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` = '10000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '63',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '65535',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535'
WHERE usergroupid=6;

MySQL Error : Unknown column 'ms_vopt_permissions' in 'field list'
Error Number : 1054
Request Date : Saturday, June 20th 2009 @ 04:15:06 AM
Error Date : Saturday, June 20th 2009 @ 04:15:06 AM
Script : http://www.domain.com/admincp/usergroup.php?do=update
Referrer : http://www.domain.com/admincp/usergroup.php?do=edit&usergroupid=6
IP Address :
Username : nielz_01
Classname : vB_Database
MySQL Version : 5.0.81-1
 
That is from an add-on. There is no 'ms_vopt_permissions' field in the default vB database. Looks like maybe you deleted or uninstalled a hack and didn't get a clean removal. You should check the /includes/xml folder for a residue file from the hack you deleted. Probably this hack: View Your Posts/Threads from Navbar Search
 
bluescorpion said:
That is from an add-on. There is no 'ms_vopt_permissions' field in the default vB database. Looks like maybe you deleted or uninstalled a hack and didn't get a clean removal. You should check the /includes/xml folder for a residue file from the hack you deleted. Probably this hack: View Your Posts/Threads from Navbar Search

thanks bluescorpion. it fix now.
 
Back
Top