You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a posted text contains ampersands somewhere in the text or in a posted link, than meta is causing this error for simple ampersands inside the posted text:
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 76: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 1
and an error like this for ampersands inside posted links:
[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
The text was updated successfully, but these errors were encountered:
phpbb-seo/meta in phpbb 3.2.2 with php 7.0.27
If a posted text contains ampersands somewhere in the text or in a posted link, than meta is causing this error for simple ampersands inside the posted text:
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/s9e/text-formatter/src/Utils.php on line 76: DOMDocument::loadXML(): xmlParseEntityRef: no name in Entity, line: 1
and an error like this for ampersands inside posted links:
[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
The text was updated successfully, but these errors were encountered: