Are you talking about the vBulletin Options panel, or the Instance Management area?
If you're running PHP 5.3.9 or higher, try setting max_input_vars to 10000 or higher.
5.3.29 is newer than 5.3.9![]()
max_input_vars = 10000
If you check your View PHP Info page in your AdminCP you should see the max_input_vars there. If you do, then you can proceed to addto your php.ini file.Code:max_input_vars = 10000
That page will also tell you the correct php.ini file to edit to be sure you're editing the right one.
Very unfortunately the max_input_vars is missing in that file. Is there any other way we can add or tweak the value?/usr/local/lib/php.ini
Your advise appreciated.How many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive mitigates the possibility of denial of service attacks which use hash collisions. If there are more input variables than specified by this directive, an E_WARNING is issued, and further input variables are truncated from the request. This limit applies only to each nesting level of a multi-dimensional input array.
Are you sure your version is 5.3.29? php.net released 5.3.24 8 days ago.
Are you sure your version is 5.3.29? php.net released 5.3.24 8 days ago.
We use essential cookies to make this site work, and optional cookies to enhance your experience.