summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 15:37:47 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-17 15:37:47 +0100
commit2a54eb90eee5e7358e3eebbfef871254ccbcf9e0 (patch)
tree5fd977ccc3bb83e4ec0c3eed76869e4e605ff2fc /README.md
parent2667c2399e63d7c7694a9662dd92ee40d9ce4ac6 (diff)
show a warning if ajax webcron is detectedg
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fe6c71c30..4162d0cfb 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ To update the News app use change into the **owncloud/apps/news/** directory usi
## Performance Notices
* Use MySQL or PostgreSQL for better database performance
-* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Cron-1.2)
+* Use the [updater script to thread and speed up the update](https://github.com/owncloud/news/wiki/Custom-Updater)
* Feed updates on plattforms using **php-fpm are significantly slower** due to workarounds which are needed to deal with [libxml not being threadsafe](https://bugs.php.net/bug.php?id=64938)
## Updating Notices
@@ -148,7 +148,7 @@ Check the **owncloud/data/owncloud.log** for hints why it failed. After the issu
### 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/Cron-1.2)
+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
* Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user)
@@ -156,7 +156,7 @@ Another way to fix this is to run a custom [updater script](https://github.com/o
* 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.
* 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](https://github.com/owncloud/core/)
-* Try the [updater script](https://github.com/owncloud/news/wiki/Cron-1.2)
+* Try the [updater script](https://github.com/owncloud/news/wiki/Custom-Updater)
Configuration