Tuesday 31 March 2009 4:07:30 am
hi I need to run workflow.php to publish the article just approved by the administrator . When I run "php runcronjobs.php" it go ok with no error but it don't run workflow.php Instead if I run "php runcronjobs.php frequent" I have an error on workflow:
-----------------------------------------------
Running cronjob part 'frequent'
Running cronjobs/notification.php
Starting notification event processing Done
Running cronjobs/workflow.php Checking for workflow processes Fatal error: Call to a member function fetchEventIndexed() on a non-object in /home/gestione/public_html/kernel/classes/ezworkflowprocess.php on line 422
Fatal error: eZ Publish did not finish its request The execution of eZ Publish was abruptly ended, the debug output is present below.
Notice: Undefined index: HTTP_USER_AGENT in /home/gestione/public_html/lib/ezutils/classes/ezsession.php on line 486 ---------------------------------------- I search into forum reply and there are many people that have the same problem. is it a bug ?
|