You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to habari-users
I saw in the API documentation that there are classes related to
scheduling jobs to automatically run but I can't find any
documentation on how the main cron action is triggered. Does it
happen automagically?
rick c
unread,
Sep 25, 2009, 11:05:17 AM9/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to habari-users
Oscar,
If you look in /system/index.php you'll see that one of the last
things done before dispatching the request is to check for any
cronjobs that are scheduled and run them. I hope this helps.
Rick
Oscar Merida
unread,
Sep 25, 2009, 11:08:53 AM9/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to habari...@googlegroups.com
thanks rick - i didn't know where to start looking and haven't had much time to sit with the code since migrating my blog over to it.