notifications not being sent to students

Re: notifications not being sent to students

by Craig Hunt -
Number of replies: 0

 

Nevermind, I found the solution.

A cron job needed to be created in my cpanel, 

I went into the "Notificatios" on the admin setting panel, 

and saw....that a cron job needed to be set up. 

so I pasted the code


lynx -dump http://www.example.com/moodle/admin/cron.php > /dev/null

into the cron job, and set it for every minute, and now it works.