on a phpbb 3.2.2 board with php 7.0.27-1~dotdeb+8.1 I got on some topics errors like this:
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 76: DOMDocument::loadXML(): EntityRef: expecting ';' in Entity, line: 10
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 76: DOMDocument::loadXML(): EntityRef: expecting ';' in Entity, line: 12
Code: Select all
display_errors Off Off
display_startup_errors Off Off
...
error_reporting 24567 22527
Code: Select all
//@define('DEBUG', true);
//@define('DEBUG_CONTAINER', true);
Thanks a lot!