aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/user/faq.rst')
-rw-r--r--docs/en/user/faq.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst
index b759ed1b..0f995ce5 100644
--- a/docs/en/user/faq.rst
+++ b/docs/en/user/faq.rst
@@ -51,3 +51,5 @@ I've got the ``failed to load external entity`` error when I try to install wall
51------------------------------------------------------------------------------------ 51------------------------------------------------------------------------------------
52 52
53As 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. 53As 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.
54
55This is a Doctrine / PHP bug, nothing we can do about it.