aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-11-02 16:58:20 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-11-02 16:58:20 +0100
commit585fd2a4ad39b40413c61d1a8e00bd7507a87833 (patch)
treebb0f52287b642a8ae7672daab371d9319b8f2309 /docs
parent3be554c78f1d68c3969a85d163d9bb081ba525d0 (diff)
downloadwallabag-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')
-rw-r--r--docs/de/user/faq.rst5
-rw-r--r--docs/en/user/faq.rst5
-rw-r--r--docs/fr/user/faq.rst5
3 files changed, 15 insertions, 0 deletions
diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst
index 1a199c1c..a3c6a864 100644
--- a/docs/de/user/faq.rst
+++ b/docs/de/user/faq.rst
@@ -43,3 +43,8 @@ Ich habe mein Passwort vergessen
43 43
44Du kannst dein Passwort zurücksetzen, indem du auf den Link ``Kennwort vergessen?`` auf der Loginseite klickst. Fülle dann das Formular mit deiner E-Mail-Adresse oder deinem Nutzernamen aus 44Du kannst dein Passwort zurücksetzen, indem du auf den Link ``Kennwort vergessen?`` auf der Loginseite klickst. Fülle dann das Formular mit deiner E-Mail-Adresse oder deinem Nutzernamen aus
45und du wirst eine E-Mail zum Passwort zurücksetzen erhalten. 45und du wirst eine E-Mail zum Passwort zurücksetzen erhalten.
46
47I've got the ``failed to load external entity`` error when I try to install wallabag
48------------------------------------------------------------------------------------
49
50As 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.
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
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.
diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst
index e220c8a7..8286a311 100644
--- a/docs/fr/user/faq.rst
+++ b/docs/fr/user/faq.rst
@@ -33,3 +33,8 @@ J'ai oublié mon mot de passe
33Vous pouvez réinitialiser votre mot de passe en cliquant sur ``Mot de passe oublié ?``, 33Vous pouvez réinitialiser votre mot de passe en cliquant sur ``Mot de passe oublié ?``,
34sur la page de connexion. Ensuite, renseignez votre adresse email ou votre nom d'utilisateur, 34sur la page de connexion. Ensuite, renseignez votre adresse email ou votre nom d'utilisateur,
35un email vous sera envoyé. 35un email vous sera envoyé.
36
37J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wallabag
38------------------------------------------------------------------------------------
39
40Comme décrit `ici <https://github.com/wallabag/wallabag/issues/2529>`_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5.