Hai All,
Can any one please tell me about the steps that have to be followed in configuring for forums . I'm using moodle-1.4.4 and http server2.0.53 and php-5.0.3 .
Server Time: Wed, 6 Apr 2005 11:55:16 +051800
Starting activity modules
Processing module function assignment_cron ...done.
Processing module function chat_cron ...done.
Processing module function forum_cron ...done.
Processing module function journal_cron ...done.
Processing module function workshop_cron ...done.
Finished activity modules
Running clean-up tasks...
Running backups if required...
Checking backup status...INACTIVE
Backup tasks finished.
Cron script completed correctly
Execution took 0.491525 seconds
Setting up cron
[root@moodle root]# wget -q -o /dev/null http://172.24.1.117/moodle/admin/cron.php
Setting crontab
[root@moodle root]# crontab -e
Under vi
*/6 * * * * wget -q -o/dev/null http://172.24.1.117/moodle/admin/cron.php
after :wq save and exit , editor displays
[root@moodle root]# crontab: installing new crontab
[root@moodle root]#
I cannot find any thing related to cronjob status in admin page. http://172.24.1.117/moodle/admin/ or should i search in some other location ?
how to check whether my host provider supports wget ?
I have left the smtp setting to blank .
i get the following message from cron.php
Server Time: Wed, 6 Apr 2005 15:18:22 +051800
Starting activity modules
Processing module function assignment_cron ...done.
Processing module function chat_cron ...done.
Processing module function forum_cron ...
Success
Processing post 23.... mailed to 5 users.
done.
Processing module function journal_cron ...done.
Processing module function workshop_cron ...done.
Finished activity modules
Running backups if required...
Checking backup status...INACTIVE
Backup tasks finished.
Cron script completed correctly
Execution took 1.806452 seconds .
but still i didn't receive any mails . I have set only 1 minute as edit time !!
Please help in this regards !
Thanks