02-14-2006, 10:54 AM
|
|
|
|
Join Date: Jun 2004
Location: Cyprus
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
MAJOR problem please check this and help if possible
when trying to change settings for any of my usergroups i get this error msg
Quote:
Database error in vBulletin 3.5.2:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Banned',
`description` = '',
`usertitle` = 'Banned',
`opentag` = '<strike><font color=\"#000000\">',
`closetag` = '</font></strike>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`buddiequota` = '0',
`buddiepermissions` = '0',
`awardpermissions` = '1',
`forumpermissions` = '0',
`attachlimit` = '1000000',
`pmquota` = '0',
`pmpermissions` = '0',
`pmsendmax` = '5',
`calendarpermissions` = '0',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericpermissions` = '1024',
`genericoptions` = '40',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '25000',
`avatarmaxwidth` = '50',
`avatarmaxheight` = '50',
`avatarmaxsize` = '20000',
`vbspacecomments` = '0',
`custompermissions` = '0',
`maxsiglines` = '',
`maxsigfontsize` = '',
`maxsigimgsize` = '',
`maxsigimgwidth` = '',
`maxsigimgheight` = '',
`maxsigimages` = '',
`sigforbiddencodes` = ''
WHERE usergroupid=18;
MySQL Error : Unknown column 'custompermissions' in 'field list'
Error Number : 1054
Date : Tuesday, February 14th 2006 @ 06:48:02 AM
Script : http://www.xxx.com/forum/xxx/usergroup.php
Referrer : http://www.xxx.com/forum/xxx/usergro...usergroupid=18
IP Address : xxxxxxxx
Username : xxxxxxxx
Classname : vb_database
|
what do i need to do to fix this?
|