I am getting the following message if I am trying to give permission to the usergroups;
Database error in vBulletin 3.0.3:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Elite Guard',
description = '',
usertitle = '',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
attachlimit = '0',
canpostvbookieevent = '1',
caneditothersvbookieevents = '0',
canbet = '1',
avatarmaxwidth = '130',
avatarmaxheight = '200',
avatarmaxsize = '2000000',
profilepicmaxwidth = '130',
profilepicmaxheight = '200',
profilepicmaxsize = '6553500',
pmquota = '50',
pmsendmax = '5',
forumpermissions = '127487',
pmpermissions = '3',
calendarpermissions = '19',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '5831',
genericoptions = '30',
arcadepermissions = '19',
petzpermissions = '1'
WHERE usergroupid=2
mysql error: Unknown column 'canpostvbookieevent' in 'field list'
mysql error number: 1054
I think the bug must be in the usergroup.php but I can find it. Any ideas?
|