From: Nicolas Lœuillet Date: Wed, 2 Nov 2016 15:58:20 +0000 (+0100) Subject: Added documentation about failed to load external entity error X-Git-Tag: 2.1.3~5^2~4 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=585fd2a4ad39b40413c61d1a8e00bd7507a87833 Added documentation about failed to load external entity error Fix #2529 --- 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 Du 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 und du wirst eine E-Mail zum Passwort zurücksetzen erhalten. + +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. 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 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. 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 Vous pouvez réinitialiser votre mot de passe en cliquant sur ``Mot de passe oublié ?``, sur la page de connexion. Ensuite, renseignez votre adresse email ou votre nom d'utilisateur, un email vous sera envoyé. + +J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wallabag +------------------------------------------------------------------------------------ + +Comme décrit `ici `_, modifiez le fichier ``web/app.php`` et ajoutez la ligne ``libxml_disable_entity_loader(false);`` à la ligne 5.