I found the main problem - I overwrote all of the files in the /includes/xml folder by accident by just transferring the xml file into the includes folder. Now that I reinstalled the rest of the 3.5.4 version files to the /includes/xml folder I was able to get into the Usergroup Manager and attempt to set the permissions. However, now I get the following error:
Database error in vBulletin 3.5.4:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Registered Users',
`description` = '',
`usertitle` = '',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`vbimghost` = '3',
`vbimghost_upslots` = '',
`vbimghost_files` = '50',
`forumpermissions` = '782847',
`attachlimit` = '0',
`pmquota` = '50',
`pmpermissions` = '3',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '1',
`adminpermissions` = '0',
`genericpermissions` = '203955911',
`genericoptions` = '30',
`profilepicmaxwidth` = '150',
`profilepicmaxheight` = '150',
`profilepicmaxsize` = '76800',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '76800'
WHERE usergroupid=2;
MySQL Error : Unknown column 'vbimghost_upslots' in 'field list'
Error Number : 1054
Date : Monday, February 25th 2008 @ 03:43:12 PM
Help!!
