Anybody stumbling on this topic in search of help, this is a dumb question resulting from not RTFM.
NethServer Version: NethServer release 7.3.1611 (Final)
Module: Stephdl Repository / php71
Hello people, I am aware that this is not officially supported, but I wondered if someone could help me out here. I am trying to set the max_input_vars for php71 to 2000, instead of the default 1000.
I do this by issueing the following command:
config setprop php71 max_input_vars 2000
signal-event nethserver-php-update
When I did this for max_execution_time, it worked fine.
When I do a config getprop php71 max_input_vars, I get 2000. When I reload my Typo3 install package, it still complains about this value beig 1000.
I rebooted the system just to make sure that I was nog missing something ovious, without improvement.
To make extra sure I issued the config setptop command for php, php70 and php71 … they all come back with 2000 when I getptop them …
Any clue where I should be looking to diagnose this ?