Problem here:
I've tried uninstalling and re-installing, but I've had the same usergroup problem each time:
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666
I tried to uninstall yet again but it will not uninstall - I have even tried using the advanced product manager to uninstall. It also seems to give me a database error when I try to uninstall the product or edit the usergroups now.
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<font color=\"#0000FF\"><b>',
`closetag` = '</b></font>',
`passwordexpires` = '180',
`passwordhistory` = '360',
`forumpermissions` = '1048575',
`attachlimit` = '0',
`pmquota` = '350',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions` = '205520831',
`genericoptions` = '31',
`profilepicmaxwidth` = '320',
`profilepicmaxheight` = '240',
`profilepicmaxsize` = '102400',
`avatarmaxwidth` = '160',
`avatarmaxheight` = '160',
`avatarmaxsize` = '102400',
`vbspacecomments` = '31',
`anymediapermissions` = '1',
`allowhtmlpermissions` = ''
WHERE usergroupid=6;
MySQL Error : Unknown column 'allowhtmlpermissions' in 'field list'
Error Number : 1054
Date : Sunday, March 5th 2006 @ 08:01:10 PM
Script : ***/usergroup.php
Referrer : ***/usergroup.php?do=edit&usergroupid=6
IP Address :
Username :
Classname : vb_database
Please help.
edit:
Here is the database error when I try to uninstall:
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
ALTER TABLE usergroup DROP allowhtmlpermissions;
MySQL Error : Can't DROP 'allowhtmlpermissions'. Check that column/key exists
Error Number : 1091
Date : Sunday, March 5th 2006 @ 08:03:42 PM
Script : ***/plugin.php
Referrer : ***/plugin.php?do=productdelete&productid=nzbgroupallowhtml&s=
IP Address :
Username :
Classname : vb_database
edit again:
I managed to uninstall it again, I just had to go into the advanced edit, and click delete for the install / uninstall code and then proceed with further removal. I tried installing it again, but just like last time I get the Warning:
mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 666