Moodle 402 Set Up - PHP setting max_input_vars must be at least 5000.

Re: Moodle 402 Set Up - PHP setting max_input_vars must be at least 5000.

by Bob Belz -
Number of replies: 0
On Fedora, after updating /etc/php.ini
max_input_vars = 5000

Updating webserver is not enough
sudo systemctl restart httpd

Restarting php-fpm.service did the trick:

sudo systemctl restart php-fpm.service
sudo systemctl status php-fpm.service