executed the runcronjob but nithing happened !!

executed the runcronjob but nithing happened !!

Monday 02 April 2007 9:14:04 am - 4 replies

Author Message

Piotrek Karaś

Wednesday 11 April 2007 2:29:42 pm

When I made my first eZ steps, I also had hard time trying to figure it out whether runcronjobs.php script has done anything at all.

Now I know, that the script provides feedback and being able to analyze it is a must. The best way for me is by executing runcronjobs via linux shell (PHP CLI must be installed and configured). It is also possible to send the results to the browser, in case of my hosting environment it required commenting out one line in /kernel/classes/ezscript.php, near line 180:

...
if(php_sapi_name()!='cli') {
  ...
  exit(1); // you comment this line out 
}
...

It is all administrative work, though...

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Nabil Alimi

Wednesday 11 April 2007 2:46:55 pm

Hi Zax,

I took a look at the <i>old</i> guestbook tutorial and it states running runcronjobs.php as is. Since recent versions, the approval script is in a cronjob part. You need to run :

php runcronjobs.php frequent

to execute it.

Best regards.

My blog : http://www.starnab.com/ezpublish / http://www.starnab.com/ / http://www.assiki-consulting.com
eZ Publish Freelance developper. Feel free to contact me +33 674 367 057
nabil at assiki d0t fr

Piotrek Karaś

Wednesday 11 April 2007 2:55:47 pm

What's 'guestbook' by the way? :)))

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Nabil Alimi

Wednesday 11 April 2007 3:26:41 pm

Some tutorial to learn eZpublish basics. That brings me memories. :)

You can check it here : http://ez.no/ezpublish/documentation/building_an_ez_publish_site

It contains valuable informations for people handling the "eZpublish-beast" for the 1st time. ;)

My blog : http://www.starnab.com/ezpublish / http://www.starnab.com/ / http://www.assiki-consulting.com
eZ Publish Freelance developper. Feel free to contact me +33 674 367 057
nabil at assiki d0t fr

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.