I've tried installing this on my 3.5 test forum, and now running into all sorts of problems.
When I imported the plugin I got an error (sorry I didn't copy past it)
so I tried importing it again, and it said it was successful this time. So I thought great!
So when I go to change permissions, and hit save I get this error
PHP Code:
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
Database error in vBulletin 3.5.0:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '180',
`passwordhistory` = '360',
`forumpermissions` = '1048575',
`genericpermissions` = '255852479',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '31',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`userpagepermissions` = '15',
`arcadepermissions` = ''
WHERE usergroupid=6;
MySQL Error : Unknown column 'arcadepermissions' in 'field list'
Error Number : 1054
Date : Thursday, January 5th 2006 @ 12:27:46 PM
Script :
http://www.caraudiocentral.net//test.../usergroup.php
Referrer :
http://www.caraudiocentral.net//test...&usergroupid=6
IP Address : 216.39.144.78
Username : Chris from Washington
Classname : vb_database
So I was just going to start over and uninstall the plugin, I get this.
PHP Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
ALTER TABLE usergroup DROP arcadepermissions;
MySQL Error : Can't DROP 'arcadepermissions'; check that column/key exists
Error Number : 1091
Date : Thursday, January 5th 2006 @ 12:28:55 PM
Script : http://www.caraudiocentral.net//testvb/admincp/plugin.php
Referrer : http://www.caraudiocentral.net//testvb/admincp/plugin.php?do=productdelete&productid=v3arcade&s=
IP Address : 216.39.144.78
Username : Chris from Washington
Classname : vb_database
I've been reading over this thread, and it looks like others are having similar problems. is there a fix for this? How do I uninstall it until a fixed version is ready?