Hi,
I installed a theme (Jupiter) that asking me to increase the max_input_vars value.
So I paste it in php.ini and php5.ni files in the php 5.6.20 folder this values:
max_input_vars = 4000
suhosin.get.max_vars = 4000
suhosin.post.max_vars = 4000
suhosin.request.max_vars = 4000
But without success, I still got this message:
Maximum Input Vars: 1000, max_input_vars should be at least 4000.
Thanks for help.
By the way congratulations for your software,
it’s changed my life, really!
Thank you for mentioning restarting the local host. I had this same issue and had been scouring for hours trying to sort this out for a theme I just purchased.
If anyone else has this same issue with max_input_vars = 1000 and needing to increase I combined adding the following values, (in my case I needed a min of 3000):
in the following php.ini files: 5.3.29, 5.6.20, 7.0.3 (see screen shot) after saving each file in my code editor (I used text wrangler) I went back to Local by FlyWheel > Help > Restart Local Machine