diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-02 16:58:20 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-02 16:58:20 +0100 |
commit | 585fd2a4ad39b40413c61d1a8e00bd7507a87833 (patch) | |
tree | bb0f52287b642a8ae7672daab371d9319b8f2309 /docs/en/user/faq.rst | |
parent | 3be554c78f1d68c3969a85d163d9bb081ba525d0 (diff) | |
download | wallabag-585fd2a4ad39b40413c61d1a8e00bd7507a87833.tar.gz wallabag-585fd2a4ad39b40413c61d1a8e00bd7507a87833.tar.zst wallabag-585fd2a4ad39b40413c61d1a8e00bd7507a87833.zip |
Added documentation about failed to load external entity error
Fix #2529
Diffstat (limited to 'docs/en/user/faq.rst')
-rw-r--r-- | docs/en/user/faq.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst index 61303604..b759ed1b 100644 --- a/docs/en/user/faq.rst +++ b/docs/en/user/faq.rst | |||
@@ -46,3 +46,8 @@ I forgot my password | |||
46 | You can reset your password by clicking on ``Forgot your password?`` link, | 46 | You can reset your password by clicking on ``Forgot your password?`` link, |
47 | on the login page. Then, fill the form with your email address or your username, | 47 | on the login page. Then, fill the form with your email address or your username, |
48 | you'll receive an email to reset your password. | 48 | you'll receive an email to reset your password. |
49 | |||
50 | I've got the ``failed to load external entity`` error when I try to install wallabag | ||
51 | ------------------------------------------------------------------------------------ | ||
52 | |||
53 | 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. | ||