Code: Select all
PHP Fatal error: Uncaught InvalidArgumentException: Cannot load XML: Extra content at the end of the document
in /public_html/vendor/s9e/text-formatter/src/Renderer.php:23
Code: Select all
Stack trace:
#0 /public_html/vendor/s9e/text-formatter/src/Renderers/PHP.php(127): s9e\TextFormatter\Renderer->loadXML('<r><QUOTE autho...')
#1 /public_html/vendor/s9e/text-formatter/src/Renderer.php(31): s9e\TextFormatter\Renderers\PHP->renderRichText('<r><QUOTE autho...')
#2 /public_html/phpbb/textformatter/s9e/renderer.php(250): s9e\TextFormatter\Renderer->render('<r><QUOTE autho...')
#3 /public_html/includes/functions_content.php(600): phpbb\textformatter\s9e\renderer->render('<r><QUOTE autho...')
#4 /public_html/viewtopic.php(1732): generate_text_for_display('<r><QUOTE autho...', '1m8xy6t2', 'gA==', 3, true)
#5 {main}
thrown in /public_html/vendor/s9e/text-formatter/src/Renderer.php on line 23
I'm using phpBB 3.2.7, on php 7.2.22, using MySQL(i) 5.6.44
What other information would be helpful in diagnosing this error?
Thanks in advance!