From 4b5e95c0e52d0627f33cae7cb5f486a53561f5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 17:02:48 +0100 Subject: Added more info about Doctrine / PHP bug --- docs/en/user/faq.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/en/user/faq.rst') diff --git a/docs/en/user/faq.rst b/docs/en/user/faq.rst index b759ed1b..0f995ce5 100644 --- a/docs/en/user/faq.rst +++ b/docs/en/user/faq.rst @@ -51,3 +51,5 @@ I've got the ``failed to load external entity`` error when I try to install wall ------------------------------------------------------------------------------------ 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. -- cgit v1.2.3