From 065a095bbd84f9f0a8d0bcad853fb5f1b126e55b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 7 Jul 2013 18:04:51 +0200 Subject: Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index afde89e54..1d637a7b4 100644 --- a/README.rst +++ b/README.rst @@ -164,6 +164,7 @@ All feeds are not updated anymore All feeds are not updated and theres no cron.lock ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * 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 `_. If the cronjob runs, there should be an updating log statement in your httpd log. * If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script * If your cron works fine but owncloud's cronjobs are never executed, file a bug in `core `_ -- cgit v1.2.3