Monday 06 June 2005 10:41:47 pm
All, I trust that someone can point me in the right direction. I have been using eZ publish for some months now, and up to now, it has served my purposes admirably. I have come to a point, however, where I need to get a number of cronjob related tasks working (e.g. notifications, approvals etc) but Ill be buggered if I can get it to work! In my particular circumstance, I am attempting to fire up the cronjobs.php script via the browser method. Specifically, I have added additional lines of php script to the index.php file, as suggested by in the eZ Publish Configuration documentation.
<i>include_once(
'kernel/classes/notification/eznotificationeventfilter.php' ); eZNotificationEventFilter::process();</i> Having added the lines, and refreshed my homepage I note that no notifications have generated, and approved documents are still unpublished (they appear inactive in the admin's collaboration inbox). In terms of workarounds, I must have tried all manner instructions and suggestions, both in the documentation and the eZ publish forums, with no success (e.g. installing, configuring and running the cli version of the php.exe). What bothers me in particular is that the suggested fixes dont seem to be generating any records or log files. As such, I dont know where I am becoming unstuck. Bearing in mind that I am not a php or networks specialist, I have a fairly workable understanding of web development tools, systems etc. But having picked at this scab of a problem for a number of weeks now, I am at my wits end! Fyi I am running eZ Publish 3.50 (windows installer version), on a Windows 2000 box. I have full access to the server. Help be Ben Kenobi, youre my only hope!
|