When I try to save the settings in my user group I get this error...
PHP Code:
Database error in vBulletin 3.0.7:
Invalid SQL: UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Administrators',
description = '',
usertitle = 'Administrator',
opentag = '',
closetag = '',
passwordexpires = '180',
passwordhistory = '360',
shoutmaxdaily = '0',
shouthierarchy = '1',
attachlimit = '0',
canpostvbookieevent = '1',
caneditothersvbookieevents = '1',
canbet = '1',
avatarmaxwidth = '200',
avatarmaxheight = '200',
avatarmaxsize = '99999999',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '65535',
pmquota = '300',
pmsendmax = '0',
uttstore_discount = '5000',
forumpermissions = '393215',
pmpermissions = '3',
calendarpermissions = '31',
wolpermissions = '31',
adminpermissions = '3',
genericpermissions = '262079',
genericoptions = '23',
journalpermissions = '2047',
awrequest = '1',
shoutboxpermissions = '1023'
WHERE usergroupid=6
mysql error: Unknown column 'canpostvbookieevent' in 'field list'
mysql error number: 1054
Date: Friday 06th of May 2005 03:16:38 AM
Script: http://giftedsouls.com/gs/admincp/usergroup.php
Referer: http://giftedsouls.com/gs/admincp/usergroup.php?s=&do=edit&usergroupid=6
also when I view the vBookie page I see
[phpWarning: Invalid argument supplied for foreach() in /includes/functions.php on line 3001[/php]
and on my 3001 line I have
[php] foreach ($_FIELDNAMES AS $field => $bitvalue)