How to increase php_input_vars
Posted: Mon Jul 23, 2012 7:16 am
I'm running a Wordpress site. I use a plugin that displays tables (http://www.yourownhealthandfitness.org/?page_id=71 is one of them). What's happened recently is that settings for the tables don't persist. I've been in dialogue with the developer. In similar cases, people have increased php_input_vars.
I'm unable to do it. I've added php_value max_input_vars 3000 to my htaccess file without success (meaning that when I run phpinfo.php I'm told the local value is 1000). I created a php.ini file in my root with the line max_input_vars = 3000 with the same result.
I did this latter based on a post that said the htaccess method wouldn't work when PHP is set up through as a CGI script, which my site is (Wordpress requires PHP5, so I have Action php-cgi /cgi-bin/php53 AddHandler php-cgi .php in my htaccess.
This probably sounds like a know what I'm taking about, but I'm basically groping my way toward a solution.
Help appreciated.
I'm unable to do it. I've added php_value max_input_vars 3000 to my htaccess file without success (meaning that when I run phpinfo.php I'm told the local value is 1000). I created a php.ini file in my root with the line max_input_vars = 3000 with the same result.
I did this latter based on a post that said the htaccess method wouldn't work when PHP is set up through as a CGI script, which my site is (Wordpress requires PHP5, so I have Action php-cgi /cgi-bin/php53 AddHandler php-cgi .php in my htaccess.
This probably sounds like a know what I'm taking about, but I'm basically groping my way toward a solution.
Help appreciated.