]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/faq.rst
Added more info about Doctrine / PHP bug
[github/wallabag/wallabag.git] / docs / en / user / faq.rst
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.