Moodle 3.2 - Event Monitoring Subscription - Not Working

Re: Svar: Re: Moodle 3.2 - Event Monitoring Subscription - Not Working - RESOLVED!

by Adam Jenkins -
Number of replies: 0
Picture of Plugin developers

Hi KS,

It appears that Sanjay's problem stemmed from the lack of a cron job running Moodle's cron.php script on the server where Moodle is installed. This would stop a whole suite of scheduled tasks from running. 

For more information, see the documentation on cron: https://docs.moodle.org/35/en/Cron

HTH