Can anyone help me.........?
I am getting database errors, while trying to edit any user groups.......
Code:
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = '',
`opentag` = '<b><font color=\"#CD0000\">',
`closetag` = '</font></b>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`nbmsgshowchatbox` = '100',
`swscustomusergroupperms` = '255',
`mp3playergrouppermissions` = '3',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '2000',
`pmpermissions` = '7',
`pmsendmax` = '50',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '1040187327',
`genericoptions` = '63',
`profilepicmaxwidth` = '124',
`profilepicmaxheight` = '82',
`profilepicmaxsize` = '4294967295',
`avatarmaxwidth` = '125',
`avatarmaxheight` = '125',
`avatarmaxsize` = '4294967295',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '836',
`sigpicmaxheight` = '130',
`sigpicmaxsize` = '990000',
`sigmaxrawchars` = '10000',
`sigmaxchars` = '10000',
`sigmaxlines` = '100',
`sigmaxsizebbcode` = '900',
`sigmaximages` = '3',
`grouppma` = '3'
WHERE usergroupid=6;
MySQL Error : Unknown column 'swscustomusergroupperms' in 'field list'
Error Number : 1054
Date : Wednesday, July 18th 2007 @ 10:21:34 PM
Script : http://www.southwestscoobies.org.uk/admincp/usergroup.php?do=update
Referrer : http://www.southwestscoobies.org.uk/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : 86.154.159.216
Username : Derek
Classname : vb_database
How do i fix this?
Derek