aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/de/user/faq.rst2
-rw-r--r--docs/en/user/faq.rst2
-rw-r--r--docs/fr/user/faq.rst2
3 files changed, 6 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.
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.
diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst
index 8286a311..717472f9 100644
--- a/docs/fr/user/faq.rst
+++ b/docs/fr/user/faq.rst
@@ -38,3 +38,5 @@ J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wall
38------------------------------------------------------------------------------------ 38------------------------------------------------------------------------------------
39 39
40Comme décrit `ici <https://github.com/wallabag/wallabag/issues/2529>`_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5. 40Comme décrit `ici <https://github.com/wallabag/wallabag/issues/2529>`_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5.
41
42C'est un bug lié à PHP et Doctrine, rien que nous ne puissions faire de notre côté.