I have the same problem as the arrogant one.
Is anyone able to help out with this?
Does this have to do with this and what should a correct .htaccess file look like?
When I add the
php_value max_input_vars 10000 it throws a internal 500 error.
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.
|