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?
|