I'm getting a max_input_vars error message.
I understand there's a php.ini setting that can change this starting with version 5.3.9 however, I'm running version 5.1.6.
When I view the configuration information for my 5.1.6 server it shows max_input_vars value is 1000.
My question is: Even though I'm running 5.1.6, I see this setting from phpinfo() but it's not in the php.ini file. Does this mean that the value is hard coded in this version of PHP and can't be changed?
max_input_varsat all in the PHP 5.1.6 source code so I'm not sure how you are seeing it in phpinfo() output. As far as I know, it didn't exist before 5.3.9...5.1.6 -> 5.3.3, then downgrading back to5.1.6. Threw me because that option doesn't exist in the5.1.6php.inifile. I added the line, bumped up the number, and my error/issue went away.