I deleted the bitfield_allowhtml.xml, then uninstalled the product, and got the error message below when creating a new user group:
Code:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO sbnvb_usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `forumpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `allowhtmlpermissions`, `maxsiglines`, `maxsigfontsize`, `maxsigimgsize`, `maxsigimgwidth`, `maxsigimgheight`, `maxsigimages`, `sigforbiddencodes`, `custompermissions`)
VALUES
('test', '', '', '', '', '', '', '0', '0', '651271', '1000000', '0', '0', '5', '0', '1', '0', '2626563', '9', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '', '0');
MySQL Error : Unknown column 'allowhtmlpermissions' in 'field list'
Error Number : 1054