]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/de/user/faq.rst
Added more info about Doctrine / PHP bug
[github/wallabag/wallabag.git] / docs / de / user / faq.rst
index 1a199c1c5d0a6bf010034de3bd316b6665a55d89..51ce5b1899931f058d924f7d364e0b8b2805a369 100644 (file)
@@ -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.
+
+I've got the ``failed to load external entity`` error when I try to install wallabag
+------------------------------------------------------------------------------------
+
+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.
+
+This is a Doctrine / PHP bug, nothing we can do about it.