X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fuser%2Ffaq.rst;h=0f995ce5da8a15682c1c5c9fb84294677fec1741;hb=5a619812ca3eb05a82a023ccdaee13501eb8d45f;hp=61303604fb46b9cc2f31c39c69e0d59c191763fa;hpb=2e16a9033930ea33721f9ffba3fb12d145f5d56b;p=github%2Fwallabag%2Fwallabag.git diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst index 61303604..0f995ce5 100644 --- a/docs/en/user/faq.rst +++ b/docs/en/user/faq.rst @@ -46,3 +46,10 @@ 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 `_, 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.