summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 15:59:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-01 15:59:56 +0100
commit759c9b5d6792cdecf14e7e5971feb07947b6c4e4 (patch)
tree7a111d356c86e3ab4d975a17422ac847d6cda3b3 /README.md
parent457e1d9bd192a4462bb09a2b6e193e921995039d (diff)
remove cachebuster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 73928afbf..b56b47e02 100644
--- a/README.md
+++ b/README.md
@@ -117,9 +117,7 @@ We switched to a different feed parsing library which creates article ids differ
## FAQ
### I am getting Exception: Some\\Class does not exist erros in my owncloud.log
-This is very often caused by missing or old files, e.g. by failing to upload all of the News app' files or errors during installation. Before you report a bug, please run the diagnostic tool to check which files are missing or out of date:
-
- ./occ news:verify-install
+This is very often caused by missing or old files, e.g. by failing to upload all of the News app' files or errors during installation. Before you report a bug, please recheck if all files from the archive are in place and accessible.
### How do I reset the News app
Delete the folder **owncloud/apps/news/** and **owncloud/data/news/**, then connect to your database and run the following commands where **oc\_** is your table prefix (defaults to oc\_)
@@ -187,10 +185,6 @@ The following commands are available when using the **occ** file in the top dire
./occ
-* **Verify installation**:
-
- ./occ news:verify-install
-
* **Generate search indices**:
./occ news:create-search-indices