Thursday 03 June 2010 2:30:50 pm
Hi, I can't seem to get the collaboration (ezapprove) notification to work. I'm using the default cronjob.ini settings:
[CronjobPart-frequent]
Scripts[]=notification.php
Scripts[]=workflow.php This settings in site.ini
[MailSettings]
Transport=sendmail
[email protected]
[email protected] And I have "Approval" checked in Dashboard > My notification settings. And when i run php -C runcronjobs.php -s siteaccess_admin frequent
I get the following output
Using siteaccess siteaccess_admin for cronjob
Running cronjob part 'frequent'
Running cronjobs/notification.php at: 03/06/2010 21:26
Starting notification event processing
Done
Completing cronjobs/notification.php at: 03/06/2010 21:26
Elapsed time: 00:00:00
Running cronjobs/workflow.php at: 03/06/2010 21:26
Checking for workflow processes
Status list
Evento del flujo de trabajo ha sido prorrogado a una tarea programada (cron job)(4): 4
0 out of 4 processes was finished
Completing cronjobs/workflow.php at: 03/06/2010 21:26
Elapsed time: 00:00:01 But I receive no email. I can confirm that the subtree notification emails are sent correctly, and that the items to be approved show up in Dashboard > Collaboration, but I get absolutely no emails regarding collaboration. I also checked in eZ Publish logs, syslog, and mail.log and I see no relevant information. What am I missing?
|