From: Nicolas Lœuillet Date: Wed, 2 Nov 2016 19:07:10 +0000 (+0100) Subject: Merge pull request #2530 from wallabag/add-doc-failed-load-external-entity X-Git-Tag: 2.1.3~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=84795d015b3c7e1af48a3dda3cb33cf080b66e8f;hp=3be554c78f1d68c3969a85d163d9bb081ba525d0;p=github%2Fwallabag%2Fwallabag.git Merge pull request #2530 from wallabag/add-doc-failed-load-external-entity Added documentation about failed to load external entity error --- diff --git a/docs/de/user/faq.rst b/docs/de/user/faq.rst index 1a199c1c..c14cb3ef 100644 --- a/docs/de/user/faq.rst +++ b/docs/de/user/faq.rst @@ -43,3 +43,10 @@ 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. + +Ich erhalte den Fehler ``failed to load external entity``, wenn ich wallabag installiere +---------------------------------------------------------------------------------------- + +Wie `hier `_ beschrieben, bearbeite bitte deine Datei ``web/app.php`` und füge ihr diese Zeile ``libxml_disable_entity_loader(false);`` in Zeile 5 hinzu. + +Dies ist ein Doctrine / PHP Fehler - nichts, woran wir etwas ändern können. 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. diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst index e220c8a7..49aa94ba 100644 --- a/docs/fr/user/faq.rst +++ b/docs/fr/user/faq.rst @@ -33,3 +33,10 @@ 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. + +C'est un bug lié à PHP et Doctrine, nous ne pouvons rien faire de notre côté.