summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-13 19:07:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-13 19:07:31 +0200
commitf51129ae7f83b016155e7af81c479cf0f6a124e3 (patch)
tree75f878e3b0007b38795976a5e6bd679c1384924f
parent7e7696057213aff6a9404f1645262bd565357712 (diff)
add opcode cache hints
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index e015b61c8..7e807cfed 100644
--- a/README.md
+++ b/README.md
@@ -46,14 +46,15 @@ All of the listed stable Linux distributions will be supported until their next
### Before reporting bugs
* We do not support Internet Explorer and Safari (Patches accepted though, except for IE < 10)
-* get the newest version of the News app
-* [check if they have already been reported](https://github.com/owncloud/news/issues?state=open)
+* Get the newest version of the News app
+* Clear your PHP opcode cache if you use any by restarting your webserver. This affects any version of PHP >=5.5
+* [Check if they have already been reported](https://github.com/owncloud/news/issues?state=open)
If you are not able to add a feed because its XML *does not validate* (see [this issue](https://github.com/owncloud/news/issues/133) for an example),
check if:
-* it is a valid RSS by running it through the [W3C validator](http://validator.w3.org/feed/)
-* you are able to add the feed in other feed readers
+* It is a valid RSS by running it through the [W3C validator](http://validator.w3.org/feed/)
+* You are able to add the feed in other feed readers
### When reporting bugs