Forums / Install & configuration / Problem with cronjob (PHP cli)?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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 Exponential 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 X

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