Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Cron.

Talk:Cron: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
Line 1: Line 1:
For setting-up cron using the Windows scheduler, a simpler way (avoiding the use of wget) is to set the task to run PHP instead (see the performance documentation). To do this set the run command as c:\php\php.exe -f f:\moodle\admin\cron.php. Several assumptions about paths here: php is installed in c:\php and moodle is installed on drive F:, so adjust to suit your own setup. [[User:Ken Wilson|Ken Wilson]] 20:04, 16 August 2006 (WST)
For setting-up cron using the Windows scheduler, a simpler way (avoiding the use of wget) is to set the task to run PHP instead (see the performance documentation). To do this set the run command as c:\php\php.exe -f f:\moodle\admin\cron.php. Several assumptions about paths here: php is installed in c:\php and moodle is installed on drive F:, so adjust to suit your own setup. [[User:Ken Wilson|Ken Wilson]] 20:04, 16 August 2006 (WST)
Hi all,
I looked for a forum link on this page that will take one to a forum that work with cron, it would really help for dummies like myself, i posted the server code and when i posted it gave me this error msg
"/tmp/crontab_ecoach":0: bad minute errors in crontab file, can't install
but i dont see any problem with it
Steven Putter

Revision as of 07:49, 4 October 2007

For setting-up cron using the Windows scheduler, a simpler way (avoiding the use of wget) is to set the task to run PHP instead (see the performance documentation). To do this set the run command as c:\php\php.exe -f f:\moodle\admin\cron.php. Several assumptions about paths here: php is installed in c:\php and moodle is installed on drive F:, so adjust to suit your own setup. Ken Wilson 20:04, 16 August 2006 (WST)

Hi all, I looked for a forum link on this page that will take one to a forum that work with cron, it would really help for dummies like myself, i posted the server code and when i posted it gave me this error msg "/tmp/crontab_ecoach":0: bad minute errors in crontab file, can't install but i dont see any problem with it Steven Putter