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