Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2255

Extensions in Development • Re: [3.2.9-3.3.x][RC] Glossary 3.0.20

$
0
0
Problem solved by SFPO : the error still occurs but is no more reported !
Change this line in sfpo/core/sfpo_trim.php

Code:

$this->dom->loadHTML($html, LIBXML_COMPACT | LIBXML_HTML_NODEFDTD | LIBXML_NOCDATA | LIBXML_NOENT | LIBXML_NONET);
to this

Code:

$this->dom->loadHTML($html, LIBXML_NOERROR | LIBXML_COMPACT | LIBXML_HTML_NODEFDTD | LIBXML_NOCDATA | LIBXML_NOENT | LIBXML_NONET);
I don't understand why the activation of the Glossary extension causes an error in SFPO.

Statistics: Posted by Hervé — Thu Jul 31, 2025 11:49 am



Viewing all articles
Browse latest Browse all 2255

Trending Articles