I am running multiple servers
For two of my servers, I upgraded to HestiaCP 1.9.2 and upgraded PHP to 8.4
I edited “max_input_vars” (/php/8.4/fpm/php.ini) and increased it from 1000 to 4000 using the GUI
For one of the servers, the changes are reflecting on the WordPress end, but for the other server, it continues to show the default value of 1000. I followed the same process for both the servers, and both the servers are identically configured.
I believe I am experiencing the same. Since my app demands 5000 I am stuck.
I’ve changed php ini for every php versions I have availabe, however phpinfo is still reading max_input_vars 1000.
Any idea?
EDIT: and to be clear I have deleted the semicolon to activate it
I had multiple versions of PHP installed
After uninstalling all but one, I found that the max_input_vars was commented (ie had a semicolon)
I’m guessing it was something to do with there being different config files for each PHP version, and some had the max_input_vars commented while others did not