Quote:
Originally Posted by DucatiJeff
I installed this add-on including the template mods and everything appears to be in order except when I go to "Upload an image" I receive the following message:
"DucatiJeff, you do not have permission to access this page. This could be due to one of several reasons:
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation."
Then I attempted to modify permissions in the Admin Control Panel - Usergroups - Usergroup Manager and I received the following error message>
Fatal error: Could not open ..... /forums/includes/xml/bitfield_vbulletin.xml in /includes/class_bitfield_builder.php on line 125
Any thoughts on this and help would be appreciated!

|
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!!