mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 11:09:31 +00:00
Added more info about Doctrine / PHP bug
This commit is contained in:
parent
585fd2a4ad
commit
4b5e95c0e5
3 changed files with 6 additions and 0 deletions
|
@ -48,3 +48,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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -38,3 +38,5 @@ J'ai l'erreur ``failed to load external entity`` quand j'essaie d'installer wall
|
|||
------------------------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
|
||||
C'est un bug lié à PHP et Doctrine, rien que nous ne puissions faire de notre côté.
|
||||
|
|
Loading…
Reference in a new issue