Problem with cronjob (PHP cli)?

Author Message

Peter Pra

Thursday 16 September 2004 5:12:47 am

I havew a following problem.

I've installed eZpublish 3.4.0 under following configuration:
FreeBSD, Apache 1.3.31, PHP 4.3.8, PostgreSQL
Everything works fine, but I have a problem with cronjobs config. I don't have SSH access, but I can define cronjobs from cPanel x. As the PHP cli interface is not available, I've fallowed instructions from http://ez.no/ez_publish/documentation/incoming/setup_php_for_comandline_usage_php_cli/pre_compiled_php_cli_linux_binary_available and upload pre-compiled PHP binary to /usr/local/bin/php. Then I've defined cronfob:

cd public_html/coconutstudios/; /usr/local/bin/php runcronjobs.php

This is the mail I've received:
Using siteaccess coconutstudios for cronjob
Running cronjobs/workflow.php
Checking for workflow processes
Status list

0 out of 0 processes was finished

Running cronjobs/notification.php
Starting notification event processing
Done

Running cronjobs/linkcheck.php
Checking link ...
check-http://ez.no/ez_publish/documentation valid
check-http://ez.no/ez_publish/documentation/eZ_publish_basics invalid
check-http://ez.no/ez_publish/documentation/day_to_day_use valid
check-http://ez.no/community/forum valid
check-http://ez.no/services/support valid
check-http://ez.no/services/consulting valid
check-http://ez.no/services/training valid
check-http://ez.no valid
All links have been checked!

Running cronjobs/unpublish.php
classes:array(0) {
}

Running cronjobs/rssimport.php

I've got 2 articles to be published, so figured out something's not right:/ Any suggestions?

Björn Dieding@xrow.de

Thursday 16 September 2004 10:37:27 am

This must have something to do with the eZ code or your settings or workflow setup.

Your environment is fine.

I was execute like this... I guess it is the same

cd public_html/coconutstudios/ && /usr/local/bin/php runcronjobs.php

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

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 19 2025 09:07:34
Script start
Timing: Jan 19 2025 09:07:34
Module start 'layout'
Timing: Jan 19 2025 09:07:34
Module start 'content'
Timing: Jan 19 2025 09:07:34
Module end 'content'
Timing: Jan 19 2025 09:07:34
Script end

Main resources:

Total runtime0.7426 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 589.2734152.6406
Module start 'layout' 0.00560.0027 741.914139.4766
Module start 'content' 0.00830.7327 781.3906531.0469
Module end 'content' 0.74090.0016 1,312.437512.1484
Script end 0.7425  1,324.5859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4614160.0002
Check MTime0.00150.1974160.0001
Mysql Total
Database connection0.00080.110410.0008
Mysqli_queries0.690392.9564540.0128
Looping result0.00060.0742520.0000
Template Total0.707495.320.3537
Template load0.00220.301620.0011
Template processing0.705294.967220.3526
Template load and register function0.00030.039110.0003
states
state_id_array0.00140.193710.0014
state_identifier_array0.00110.150720.0006
Override
Cache load0.00180.2374390.0000
Sytem overhead
Fetch class attribute can translate value0.00070.092520.0003
Fetch class attribute name0.00100.135230.0003
XML
Image XML parsing0.00090.122320.0005
class_abstraction
Instantiating content class attribute0.00000.001130.0000
General
dbfile0.00090.1164160.0001
String conversion0.00000.001240.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs