Page 1 of 1

cron.php

Posted: Tue Dec 19, 2006 12:53 am
by poopa
Installed 1.4.0 beta2
when running cron.php getting this output
Jobs Executed: 0 of 8

is it supposed to be like that?

Re: cron.php

Posted: Tue Dec 19, 2006 10:19 am
by shaunw
poopa wrote:Installed 1.4.0 beta2
when running cron.php getting this output
Jobs Executed: 0 of 8

is it supposed to be like that?
Yes, that tells you that it is working.

Since the jobs are only scheduled to run at certain times (mostly at night), it will usually say 0 of 8, but if you happen to run it at the proper time when it actually runs a job, it will say 1 of 8, or 3 of 8 or something.

Posted: Tue Dec 19, 2006 11:11 am
by poopa
Thanks.