]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/faq.rst
Added documentation about failed to load external entity error
[github/wallabag/wallabag.git] / docs / en / user / faq.rst
index 61303604fb46b9cc2f31c39c69e0d59c191763fa..b759ed1b707f9153629dc7d5b6cea9a2f59a1356 100644 (file)
@@ -46,3 +46,8 @@ I forgot my password
 You can reset your password by clicking on ``Forgot your password?`` link,
 on the login page. Then, fill the form with your email address or your username,
 you'll receive an email to reset your password.
+
+I've got the ``failed to load external entity`` error when I try to install wallabag
+------------------------------------------------------------------------------------
+
+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.