executed the runcronjob but nithing happened !!

Author Message

zaxofeel .v

Monday 02 April 2007 9:14:04 am

hello there
I've completed the guest book tutorial provided in the documentation, everything is fine except for the last step
after I executed the runcronjob script with no errors ...
the items waiting for approval is still there in the admin, not published.
does anybody has any idea why would this happen, although the script returned no errors?

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

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

eZ debug

Timing: Jan 18 2025 11:03:57
Script start
Timing: Jan 18 2025 11:03:57
Module start 'layout'
Timing: Jan 18 2025 11:03:57
Module start 'content'
Timing: Jan 18 2025 11:03:58
Module end 'content'
Timing: Jan 18 2025 11:03:58
Script end

Main resources:

Total runtime0.6533 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0066 588.0469152.6406
Module start 'layout' 0.00660.0028 740.687539.4766
Module start 'content' 0.00940.6424 780.1641610.7969
Module end 'content' 0.65180.0014 1,390.960916.1250
Script end 0.6533  1,407.0859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.4790160.0002
Check MTime0.00130.2048160.0001
Mysql Total
Database connection0.00090.130910.0009
Mysqli_queries0.592290.6451650.0091
Looping result0.00060.0935630.0000
Template Total0.618594.720.3093
Template load0.00170.266820.0009
Template processing0.616894.405220.3084
Template load and register function0.00010.020710.0001
states
state_id_array0.00200.300810.0020
state_identifier_array0.00110.161920.0005
Override
Cache load0.00150.2250300.0000
Sytem overhead
Fetch class attribute can translate value0.00060.088430.0002
Fetch class attribute name0.00190.284180.0002
XML
Image XML parsing0.00340.517230.0011
class_abstraction
Instantiating content class attribute0.00000.0033100.0000
General
dbfile0.00300.4633290.0001
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs