Thursday 07 October 2010 12:40:00 am
I don't personally know of anyway to publish content after the admin user approves it without waiting for the cronjob to run. The only alternative way that I'm aware of to do this is by forcing the cronjob to run manually from the command line. I believe the command would need to be run from the root eZ directory and is something like:
./runcronjobs.php frequent If it's an issue of taking too long for that scheduled process to run, perhaps you could increase the run frequency of the cronjob to something shorter then every 15 minutes (the standard)
|