cron + max_input are missing by default
Solved
Moodle
-
It is normal that, by default, Moodle doesn't have a cronjob?
The admin/cli/cron.php script has never been run and should run every 1 min.
Also Moodle cry that I should adjust my max input in my php.ini
;max_input_vars = 1000 max_input_vars = 5000
Obviously, these are an easy job to do manually; but if these could be automated during the installation, that would be a +.
-
-