Thursday 22 September 2005 12:58:43 am
Hi, I just thought I should mention that I'm using this method to run cron jobs: http://ez.no/products/ez_publish_cms/documentation/configuration/configuration/cron_jobs I have placed this in my index.php file:
include_once( 'kernel/classes/notification/eznotificationeventfilter.php' );
eZNotificationEventFilter::process();
The reason for this is that I have found no other way as of yet to run cron jobs successfully... I'm able to receive notifications using this method so why can't I publish approved objects? I really need help with this, also note command lines are not an option as the client will not have access (or know how) to use command lines (nor should they, this is a CMS?). Any help is good, Cheers!
Pardon me while I burst into flames...
|