• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Published site is full of errors

G

glucz

Guest
I have seen this problem in a different post:

http://forum.swsoft.com/showthread.php?threadid=40430
and it is all over the internet on published sites: http://www.google.hu/search?q=domxml_compat.php+on+line+486&hl=hu&start=0&sa=N so it doesn't just apply to my setup.

I have a site where the published site gives these XML and other errors:
http://www.linecom.hu/page4.php

All publishing requirements have been set up and the publish process goes without errors. Here is the phpinfo
http://www.linecom.hu/a.php

Thanks
GL
 
%placeToCut

This is a followup to my previous post. It appears that the errors mentioned in the previous post are because of a sitebuilder bug caused by the %placeToCut macro.

When it is added to a post or data segment initially it works as intended. Unfortunately when the original data is edited, the %placeToCut will cause XML errors ... probably because the % -is escaped and the splitting logic will no longer work.

Once the %placeToCut sign is removed, the published site will work again

Please let me know how this may be fixed.

ps: here are the original errors:

Warning: XSLTProcessor::transformToXml() expects parameter 1 to be object, null given in /home/linecom8/public_html/include/SB/Modules/GUI/Xml/domxml_compat.php on line 486

Warning: XSLTProcessor::transformToDoc() expects parameter 1 to be object, null given in /home/linecom8/public_html/include/SB/Modules/GUI/Xml/domxml_compat.php on line 489

Fatal error: Call to a member function saveHTML() on a non-object in /home/linecom8/public_html/include/SB/Modules/GUI/Xml/domxml_compat.php on line 507
 
Back
Top