|
Posted by Oliver Grδtz on 10/16/07 03:36
Shelly schrieb:
>
> The crontab.txt has a line:
> */1 * * * Sun cronjobs/setRemind.php # repeat every one
> minute
>
> OK, other than the timer firing things, all works well. Initially, it opens
> the reminder screen in a separate window and does what it should. After
> that, changing pages does not invoke the check reminder screen. This is as
> it should be.
>
> Now for the problem.
> The "cron" job should cause a firing every minute (I will set this at
> something between one and 24 hours later, but it is one minute now for
> debugging purposes). The problem is that it is not firing or, at least
> appears not to be firing.
Excuse me if I'm totally wrong since I recall some cron similar problem
from long ago. I don't know if it was the bitfolge.de script but one of
the cron format parsers out there wasn't capable of recognising the "/n"
syntax for "every n". Try if just "*" instead of "*/1" fires and if yes,
then you have to give it a "5,10,15,..." instead of "*/5".
OLLi
--
Never store a bit of data in more than one object.
Navigation:
[Reply to this message]
|