summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:06:17 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:10:39 +0200
commitfb0f1eec14369f016a3b20779e377986c18e8438 (patch)
treee4d5e55553882f4ca0ec6783301217e82b693f2c
parent094077abd858330e62ffff72e130d3da1f272280 (diff)
fix faq
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--docs/faq.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index b854d4c03..dd62e19e4 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -42,6 +42,7 @@ This is very often caused by missing or old files, e.g. by failing to upload all
Feeds can be updated using Nextcloud's system cron or any program that implements the [News app's updater API](https://github.com/nextcloud/news/tree/master/docs/externalapi), most notably [Nextcloud News Updater](https://github.com/nextcloud/news-updater). **The feed update is not run in Webcron and AJAX cron mode!**
System Cron:
+
* Check if you are using the system cron (Cron) setting on the admin page. AJAX and Web cron will not update feeds
* 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