From 5d00ee374568c792168c10070cb8652c489e88b7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 29 Apr 2015 23:20:26 +0200 Subject: update readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 7e807cfed..281b092ff 100644 --- a/README.md +++ b/README.md @@ -162,12 +162,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu "maintenance" => false, -### All feeds are not updated anymore -[This is a bug in the core backgroundjob system](https://github.com/owncloud/core/issues/3221) deleting the **owncloud/data/cron.lock** file gets the cron back up running - -Another way to fix this is to run a custom [updater script](https://github.com/owncloud/news/wiki/Custom-Updater) - -### All feeds are not updated and theres no cron.lock +### Feeds are not updated * Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user) * Check the file permissions of the **cron.php** file and if **www-data** (or whatever your httpd user is called like) can read and execute that script * Check if the cronjob is ever executed by placing an **error_log('updating')** in the [background job file](https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L37). If the cronjob runs, there should be an updating log statement in your httpd log. -- cgit v1.2.3