aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/de/user/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/de/user/faq.rst')
-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.