Hi All , I'm trying to add a few feature to my Super Mods permissions and I keep getting a MySQL error 1054 I belive that contains the following:
Code:
Database error in vBulletin 3.0.3:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Super Moderators',
description = '',
usertitle = 'Super Moderator',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
shoutview = '0',
shoutpost = '0',
shoutmaxdaily = '0',
shoutedit = '0',
shoutdelete = '0',
shouthdelete = '0',
shouteditothers = '0',
shoutdeleteothers = '0',
shouthdeleteothers = '0',
shoutip = '0',
shoutcoventry = '0',
shouthierarchy = '2',
attachlimit = '0',
avatarmaxwidth = '150',
avatarmaxheight = '150',
avatarmaxsize = '40000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '50',
pmsendmax = '0',
forumpermissions = '393215',
pmpermissions = '3',
calendarpermissions = '31',
wolpermissions = '15',
adminpermissions = '3',
genericpermissions = '3104623',
genericoptions = '31'
WHERE usergroupid=5
mysql error: Unknown column 'shoutview' in 'field list'
mysql error number: 1054
Any help will be appreciated ...
Thanks...