Quote:
Originally Posted by zeropaid
This is the error I got in my logs.
PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0, referer: http://www.xxx.com
|
http://www.php.net/manual/en/info.co...max-input-vars
Set this value in your "php.ini" file. Obviously set the value greater than 1000. But, do not get carried away with the number.
max_input_vars = 1500;
You may have to see your server host as "lynne" suggested, if you cannot change your php.ini file.