Forums / Install & configuration / Approve content -cronjob

Approve content -cronjob

Author Message

Ivan Švogor

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... :(

Ivo Lukac

Thursday 10 March 2011 8:19:45 am

Login as admin in your administration interface and open: /content/pendinglist

Do you see the 3 articles there?

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Ivan Švogor

Thursday 10 March 2011 9:27:06 am

Actually I don't... The pending list is empty. But I can see them at workflow/processlist

Ivo Lukac

Friday 11 March 2011 4:04:56 am

No other option then dig into the kernel and the db. Check what is happening under the hood :)

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Ivan Švogor

Friday 11 March 2011 4:27:11 am

Yeah... on one other server it works ok. There seems to be 2 versions of php, maybe that is the problem. - have you ever had a similar issue? I think my next step is to visit admin in server room and slap him silly :)

Marko Žmak

Tuesday 15 March 2011 2:26:53 am

Hm, I remember having the same issue, but now I don't remember what exactly was the solution.

It was something misconfigured, INI settings, workflow or user roles.

I'll try to dig a little bit and remember the solution...

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Marko Žmak

Monday 21 March 2011 5:10:40 am

Ivan, I did dig a little bit but I just can't find nor remember what was the sollution to this problem when I experienced it.

Just to check, what do you get when you go to:

/collaboration/view/summary

?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Sebastian Gęsior

Thursday 24 March 2011 5:53:45 am

Hello Ivan,

How did you deal with your problem? You mentioned, that It may be relevant to PHP version - is it? I have very similar problem - please, see my post if you'll have a minute.

Thanks in advance!