Problem solved by SFPO : the error still occurs but is no more reported !
I don't understand why the activation of the Glossary extension causes an error in SFPO.Change this line in sfpo/core/sfpo_trim.phpto thisCode:
$this->dom->loadHTML($html, LIBXML_COMPACT | LIBXML_HTML_NODEFDTD | LIBXML_NOCDATA | LIBXML_NOENT | LIBXML_NONET);Code:
$this->dom->loadHTML($html, LIBXML_NOERROR | LIBXML_COMPACT | LIBXML_HTML_NODEFDTD | LIBXML_NOCDATA | LIBXML_NOENT | LIBXML_NONET);
Statistics: Posted by Hervé — Thu Jul 31, 2025 11:49 am