| 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.phpChecking 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: Exponential did not finish its requestThe execution of Exponential 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 ? |