diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-11-02 17:02:48 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-11-02 17:02:48 +0100 |
commit | 4b5e95c0e52d0627f33cae7cb5f486a53561f5c0 (patch) | |
tree | 6a4b4138cda04ef46321772df25512a77024ba69 /docs/fr/user/faq.rst | |
parent | 585fd2a4ad39b40413c61d1a8e00bd7507a87833 (diff) | |
download | wallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.tar.gz wallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.tar.zst wallabag-4b5e95c0e52d0627f33cae7cb5f486a53561f5c0.zip |
Added more info about Doctrine / PHP bug
Diffstat (limited to 'docs/fr/user/faq.rst')
-rw-r--r-- | docs/fr/user/faq.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst index 8286a311..717472f9 100644 --- a/docs/fr/user/faq.rst +++ b/docs/fr/user/faq.rst | |||
@@ -38,3 +38,5 @@ J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wall | |||
38 | ------------------------------------------------------------------------------------ | 38 | ------------------------------------------------------------------------------------ |
39 | 39 | ||
40 | Comme 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. | 40 | Comme 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. |
41 | |||
42 | C'est un bug lié à PHP et Doctrine, rien que nous ne puissions faire de notre côté. | ||