Page 1 of 1

Issue in Display Location, WPSubscribers didn't save the change

Posted: Mon Oct 13, 2014 6:23 am
by Jean-Christophe Bisoux
If you have a lot of page and a lot of popup, header, footer, ... maybe the form in display location will be very big and didn't change if you modify the location.

you can try to increase the max_input_vars in you php.ini (http://anothersysadmin.wordpress.com/20 ... big-forms/)

Adding the directive into php.ini or placing following lines into .htaccess will work:

Code: Select all

php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000