aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-02 17:02:48 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-02 17:02:48 +0100
commit4b5e95c0e52d0627f33cae7cb5f486a53561f5c0 (patch)
tree6a4b4138cda04ef46321772df25512a77024ba69 /docs/de/user
parent585fd2a4ad39b40413c61d1a8e00bd7507a87833 (diff)
downloadwallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.tar.gz
wallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.tar.zst
wallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.zip
Added more info about Doctrine / PHP bug
Diffstat (limited to 'docs/de/user')
-rw-r--r--docs/de/user/faq.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst
index a3c6a864..51ce5b18 100644
--- a/docs/de/user/faq.rst
+++ b/docs/de/user/faq.rst
@@ -48,3 +48,5 @@ I've got the ``failed to load external entity`` error when I try to install wall
48------------------------------------------------------------------------------------ 48------------------------------------------------------------------------------------
49 49
50As described `here <https://github.com/wallabag/wallabag/issues/2529>`_, please edit your ``web/app.php`` file and add this line: ``libxml_disable_entity_loader(false);`` on line 5. 50As described `here <https://github.com/wallabag/wallabag/issues/2529>`_, please edit your ``web/app.php`` file and add this line: ``libxml_disable_entity_loader(false);`` on line 5.
51
52This is a Doctrine / PHP bug, nothing we can do about it.