aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-02 20:07:10 +0100
committerGitHub <noreply@github.com>2016-11-02 20:07:10 +0100
commit84795d015b3c7e1af48a3dda3cb33cf080b66e8f (patch)
tree5b8f2d9bcffbe00a9e5279d5bc588daaf95b9d7f /docs/en
parent3be554c78f1d68c3969a85d163d9bb081ba525d0 (diff)
parenta49159e9ebc3390c7658898d814bb11ebd8da188 (diff)
downloadwallabag-84795d015b3c7e1af48a3dda3cb33cf080b66e8f.tar.gz
wallabag-84795d015b3c7e1af48a3dda3cb33cf080b66e8f.tar.zst
wallabag-84795d015b3c7e1af48a3dda3cb33cf080b66e8f.zip
Merge pull request #2530 from wallabag/add-doc-failed-load-external-entity
Added documentation about failed to load external entity error
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/user/faq.rst7
1 files changed, 7 insertions, 0 deletions
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
46You can reset your password by clicking on ``Forgot your password?`` link, 46You can reset your password by clicking on ``Forgot your password?`` link,
47on the login page. Then, fill the form with your email address or your username, 47on the login page. Then, fill the form with your email address or your username,
48you'll receive an email to reset your password. 48you'll receive an email to reset your password.
49
50I've got the ``failed to load external entity`` error when I try to install wallabag
51------------------------------------------------------------------------------------
52
53As 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.
54
55This is a Doctrine / PHP bug, nothing we can do about it.