Moodle cron job failing
I have been unable to get my daily cron job for a Moodle installation working. I need to call this script each night:
https://www.ligminchalearning.com/crs2/admin/cron.php
Here's the support article from Moodle on how to configure the cron:
http://docs.moodle.org/25/en/Cron_with_Unix_or_Linux
I found the recommended wget method is blocked on your system, so I have tried curl, but it hasn't run properly yet. I have tried this a few different ways, and just set it to:
/usr/bin/curl https://www.ligminchalearning.com/crs2/admin/cron.php -o /dev/null/ -silent
Should the above work, or do you have a different approach you would suggest?
Thanks!
John Jackson
https://www.ligminchalearning.com/crs2/admin/cron.php
Here's the support article from Moodle on how to configure the cron:
http://docs.moodle.org/25/en/Cron_with_Unix_or_Linux
I found the recommended wget method is blocked on your system, so I have tried curl, but it hasn't run properly yet. I have tried this a few different ways, and just set it to:
/usr/bin/curl https://www.ligminchalearning.com/crs2/admin/cron.php -o /dev/null/ -silent
Should the above work, or do you have a different approach you would suggest?
Thanks!
John Jackson