Added more info about Doctrine / PHP bug

This commit is contained in:
Nicolas Lœuillet
2016-11-02 17:02:48 +01:00
parent 585fd2a4ad
commit 4b5e95c0e5
3 changed files with 6 additions and 0 deletions

View File

@ -51,3 +51,5 @@ I've got the ``failed to load external entity`` error when I try to install wall
------------------------------------------------------------------------------------
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.