]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Added more info about Doctrine / PHP bug
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 2 Nov 2016 16:02:48 +0000 (17:02 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 2 Nov 2016 16:02:48 +0000 (17:02 +0100)
docs/de/user/faq.rst
docs/en/user/faq.rst
docs/fr/user/faq.rst

index a3c6a8642f89f5f28fc88d6ea7716f446b6c230b..51ce5b1899931f058d924f7d364e0b8b2805a369 100644 (file)
@@ -48,3 +48,5 @@ I've got the ``failed to load external entity`` error when I try to install wall
 ------------------------------------------------------------------------------------
 
 As 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.
+
+This is a Doctrine / PHP bug, nothing we can do about it.
index b759ed1b707f9153629dc7d5b6cea9a2f59a1356..0f995ce5da8a15682c1c5c9fb84294677fec1741 100644 (file)
@@ -51,3 +51,5 @@ I've got the ``failed to load external entity`` error when I try to install wall
 ------------------------------------------------------------------------------------
 
 As 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.
+
+This is a Doctrine / PHP bug, nothing we can do about it.
index 8286a31133b10b956ea0e7a1a8b715b05fc7708b..717472f93dafddca82546e1f0051861c34a80628 100644 (file)
@@ -38,3 +38,5 @@ J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wall
 ------------------------------------------------------------------------------------
 
 Comme 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.
+
+C'est un bug lié à PHP et Doctrine, rien que nous ne puissions faire de notre côté.