I'm getting this error when updating my usergroups.
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'God',
`description` = '',
`usertitle` = 'ZGeek Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`forumpermissions` = '470810623',
`attachlimit` = '0',
`pmquota` = '400',
`pmpermissions` = '1',
`pmsendmax` = '10',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '205520831',
`genericoptions` = '30',
`profilepicmaxwidth` = '200',
`profilepicmaxheight` = '200',
`profilepicmaxsize` = '10485760',
`avatarmaxwidth` = '100',
`avatarmaxheight` = '100',
`avatarmaxsize` = '1048576',
`ecdownloadpermissions` = '2047',
`custompermissions` = '8192',
`maxsiglines` = '0',
`maxsigfontsize` = '2',
`maxsigimgsize` = '0',
`maxsigimgwidth` = '0',
`maxsigimgheight` = '0',
`maxsigimages` = '0',
`sigforbiddencodes` = '',
`arcadepermissions` = '255',
`vbppermissions` = '',
`vbp_discountrate` = '0.00000',
`vbp_paycheckamount` = '100.00000',
`vbp_secondarycost` = '0.00000',
`vbp_primarycost` = '0.00000',
`ebuxestorepermissions` = '0'
WHERE usergroupid=6;
MySQL Error : Unknown column 'ebuxestorepermissions' in 'field list'
Error Number : 1054
Date : Friday, March 10th 2006 @ 10:37:20 PM
Script :
http://forum.zgeek.com/admincp/usergroup.php
Referrer :
http://forum.zgeek.com/admincp/userg...&usergroupid=6
IP Address : ###############
Username : ######
Classname : #####
Anyone got a fix?