Thursday 10 March 2011 6:56:45 am
Hi, I created a workflow event to trigger when user publishes some content, and admin needs to approve it. Well, under Workflow processes there are 3 articles awaiting to be published. It says "(4) Event deferred to cron job, event will be rerun" After I run (php runcronjobs.php -s admin frequent, or php runcronjob.php, or million of other variations) I get the message:
ivan@ema:/var/www/web$ php runcronjobs.php -s public frequent
Using siteaccess public for cronjob
Running cronjob part 'frequent'
Running cronjobs/notification.php at: 10.03.2011. 15:48
Starting notification event processing
Done
Completing cronjobs/notification.php at: 10.03.2011. 15:48
Elapsed time: 00:00:00
Running cronjobs/workflow.php at: 10.03.2011. 15:48
Checking for workflow processes
Status list
Event deferred to cron job(4): 3
0 out of 3 processes was finished
Completing cronjobs/workflow.php at: 10.03.2011. 15:48 And nothing happens. In Dashboard, under Collaboration where something is supposed to happen. What am I doing wrong? - Obviously it can see those three articles, but 0 out of 3 finished... :(
|