Hi DragonByte; When trying to set up permissions im getting this error;
Quote:
Database error in vBulletin 4.2.1:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Global Mod',
`description` = 'Moderates the entire forum',
`usertitle` = 'Global Moderator',
`opentag` = '<b><span style=\"color:#eb1515;\"><strong>',
`closetag` = '</b> </strong>',
`passwordexpires` = '0',
`passwordhistory` = '0',
`dbtech_vbshoutpermissions` = '2',
`allowhtmlpermissions` = '0',
`itraderpermissions` = '7',
`rankpermissions` = '1',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_refreshrate` = '5',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',
`mgc_cb_evo_nbthreads_perday_show` = '0',
`mgc_cb_evo_max_chats_perday` = '0',
`creditspermissions` = '28',
`forumpermissions` = '100663295',
`genericpermissions` = '2147442671',
`attachlimit` = '0',
`pmquota` = '1500',
`pmpermissions` = '7',
`pmsendmax` = '0',
`pmthrottlequantity` = '0',
`calendarpermissions` = '63',
`wolpermissions` = '15',
`adminpermissions` = '1',
`genericpermissions2` = '7',
`genericoptions` = '62',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '200',
`avatarmaxheight` = '280',
`avatarmaxsize` = '4294967295',
`signaturepermissions` = '499711',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4',
`sigmaxvideos` = '1',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '191',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '262143',
`maximumsocialgroups` = '5',
`groupiconmaxsize` = '65535',
`dbtech_usertagpermissions` = '0'
WHERE usergroupid=5;
MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Monday, May 27th 2013 @ 11:26:55 AM
Error Date : Monday, May 27th 2013 @ 11:26:55 AM
Script : http://www.&&&&&&&&.net/admincp/usergroup.php?do=update
Referrer : http://www.&&&&&&.net/admincp/usergr...&usergroupid=5
IP Address : &&&&&&&&
Username : irRoss
Classname : vB_Database
MySQL Version : 5.5.30-cll-lve
|
& this;
Quote:
You appear to have PHP 5.3.9 or higher installed on your server and configured to be too restrictive for vBulletin and vBShout to work correctly.
Please note that if you have a large number of usergroups, certain parts of this page may not work as intended.
If you encounter this issue, you may be able to work around this by adding the following code to your .htaccess file:
php_value max_input_vars 10000
or altering your php.ini file to increase max_input_vars to 10000.
|
Tried altering our php.ini didn't work
Any idea which file MGC is breaking, as we uninstalled MGC... if you can tell me the file clashing I can fix hopefully :P
|