In the blog module, I get the following error when attempting to view the page outside of the CMS:
[User Error] XML parser broke with error 7:mismatched tag
GET /~sitename/news/
Line 52 in /home/sitename/public_html/sapphire/integration/XML.php
Anyone know what this could be? Running it through a code-checker didn't turn up any errors or mismatched tags.
The detailed error:
Trace
* XML parser broke with error 7:mismatched tag
Line 52 of XML.php
* XML->parse(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <base href="http://www.silverstripe.org/" > <title>Themes » SilverStripe.org - Open Source CMS / Framework </title> <meta name="generator" http-equiv="generator" content="SilverStripe 2.3 - http://www.silverstripe.com" > <meta http-equiv="Content-type" content="text/html; charset=utf-8" > <meta http-equiv="Content-Language" content="en"> <!--[if IE]> <style type="text/css"> @import url(themes/silverstripe/css/ie.css); </style> <![endif]--> <link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-screen.css?m=1233193760" > <link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-typography.css?m=1231969160" > <link rel="stylesheet" type="text/css" media="print" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-print.css?m=1229301471" > <link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-org-screen.css?m=1233717056" > <link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-screen.css?m=1233193760" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-typography.css?m=1231969160" >
<link rel="stylesheet" type="text/css" media="print" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-print.css?m=1229301471" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-org-screen.css?m=1233717056" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe_forum/css/Forum.css?m=1233268467" >
<link rel="alternate" type="application/rss+xml" title="Posts to the 'Blog Module' forum" href="/blog-module-forum/rss" >
<link rel="alternate" type="application/rss+xml" title="Posts to all forums" href="/forums/rss" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-screen.css?m=1233193760" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-typography.css?m=1231969160" >
<link rel="stylesheet" type="text/css" media="print" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-print.css?m=1229301471" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-org-screen.css?m=1233717056" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe_forum/css/Forum.css?m=1233268467" >
<link rel="alternate" type="application/rss+xml" title="Posts to the 'Blog Module' forum" href="/blog-module-forum/rss" >
<link rel="alternate" type="application/rss+xml" title="Posts to all forums" href="/forums/rss" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-screen.css?m=1233193760" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-typography.css?m=1231969160" >
<link rel="stylesheet" type="text/css" media="print" href="http://www.silverstripe.org/themes/silverstripe/css/ss-core-print.css?m=1229301471" >
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.silverstripe.org/themes/silverstripe/css/ss-org-screen.css?m=1233717056" >
<link rel="stylesheet" type="text/css" href="http://www.silverstripe.org/themes/silverstripe_forum/css/Forum.css?m=1233268467" >
<link rel="alternate" type="application/rss+xml" title="Posts to the 'Blog Module' forum" href="/blog-module-forum/rss" >
<link rel="alternate" type="application/rss+xml" title="Posts to all forums" href="/forums/rss" >
</head> <body><script type="text/javascript" src="http://www.silverstripe.org/jsparty/jquery/jquery.js?m=1227766836"></script><script type="text/javascript" src="http://www.silverstripe.org/mysite/javascript/misc.js?m=1229400826"></script><script type="text/javascript" src="http://www.silverstripe.org/themes/silverstripe/javascript/jquery.fancybox-1.0.0.js?m=1229311003"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/forum.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.MultiFile.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/i18n.js?m=1228108715"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/lang/en_US.js?m=1229303991"></script><script type="text/javascript">//<![CDATA[
$(document).ready(function() {
var popupElements = $('a.fancy');
if(typeof(popupElements) != 'undefined' && popupElements.length > 0) popupElements.fancybox({overlayShow: true});
});
//]]></script><script type="text/javascript" src="http://www.silverstripe.org/jsparty/jquery/jquery.js?m=1227766836"></script><script type="text/javascript" src="http://www.silverstripe.org/mysite/javascript/misc.js?m=1229400826"></script><script type="text/javascript" src="http://www.silverstripe.org/themes/silverstripe/javascript/jquery.fancybox-1.0.0.js?m=1229311003"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/forum.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.MultiFile.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/i18n.js?m=1228108715"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/lang/en_US.js?m=1229303991"></script><script type="text/javascript">//<![CDATA[
$(document).ready(function() {
var popupElements = $('a.fancy');
if(typeof(popupElements) != 'undefined' && popupElements.length > 0) popupElements.fancybox({overlayShow: true});
});
//]]></script><script type="text/javascript" src="http://www.silverstripe.org/jsparty/jquery/jquery.js?m=1227766836"></script><script type="text/javascript" src="http://www.silverstripe.org/mysite/javascript/misc.js?m=1229400826"></script><script type="text/javascript" src="http://www.silverstripe.org/themes/silverstripe/javascript/jquery.fancybox-1.0.0.js?m=1229311003"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/forum.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/forum/javascript/jquery.MultiFile.js?m=1227135758"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/i18n.js?m=1228108715"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/lang/en_US.js?m=1229303991"></script><script type="text/javascript">//<![CDATA[
$(document).ready(function() {
var popupElements = $('a.fancy');
if(typeof(popupElements) != 'undefined' && popupElements.length > 0) popupElements.fancybox({overlayShow: true});
});
//]]></script><script type="text/javascript" src="http://www.silverstripe.org/jsparty/jquery/jquery.js?m=1227766836"></script><script type="text/javascript" src="http://www.silverstripe.org/mysite/javascript/misc.js?m=1229400826"></script><script type="text/javascript" src="http://www.silverstripe.org/themes/silverstripe/javascript/jquery.fancybox-1.0.0.js?m=1229311003"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/i18n.js?m=1228108715"></script><script type="text/javascript" src="http://www.silverstripe.org/sapphire/javascript/lang/en_US.js?m=1229303991"></script><script type="text/javascript">//<![CDATA[ $(document).ready(function() { var popupElements = $('a.fancy'); if(typeof(popupElements) != 'undefined' && popupElements.length > 0) popupElements.fancybox({overlayShow: true}); }); //]]></script> <div id="container"> <div id="header"> <h1> <a id="homelink" href="home/">SilverStripe</a> </h1> <div id="top_nav"> <ul class="nav"> <li class="link"> <a href="/silverstripe-cms/" title="Go to the Software page"> <span>Software</span> </a> </li> <li class="section"> <a href="/extending-silverstripe/" title="Go to the Build better sites with SilverStripe extensions page"> <span>Extensions</span> </a> </li> <li class="link"> <a href="/help-and-support/" title="Go to the Open Source Help & Support page"> <span>Help</span> </a> </li> <li class="link"> <a href="/blog/" title="Go to the Blog page"> <span>Blog</span> </a> </li> <li class="link"> <a href="/community-showcase/" title="Go to the Community Showcase page"> <span>Showcase</span> </a> </li> <li class="link downloadRedirector"> <a href="/stable-download/" title="Go to the Download page"> <span>Download</span> </a> </li> <li class="link"> <a href="/forums/" title="Go to the SilverStripe Forums page"> <span>Forums</span> </a> </li> </ul> </div> <div id="searchbox"> <form id="SearchForm_SearchForm" action="/themes/SearchForm" method="get" enctype="application/x-www-form-urlencoded"> <fieldset> <legend></legend> <div id="Search" class="field text "><label class="left" for="SearchForm_SearchForm_Search">Search</label><div class="middleColumn"><input type="text" class="text" id="SearchForm_SearchForm_Search" name="Search" value="Search" ></div></div> <input class="action" id="SearchForm_SearchForm_action_doSearch" type="submit" name="action_doSearch" value="Search" title="Search" > </fieldset> </form> </div> </div> <!-- header --> <div id="wrapper"> <div id="content_container"> <div id="themes_holder" class="typography"> <div id="topbar"> <div class="topbarBox"> <ul id="topbar_menu" class="black"> <li class="link first"> <a href="/modules/" title="Go to the Modules page"><span>Modules</span></a> </li> <li class="current"> <a href="/themes/" title="Go to the Themes page"><span>Themes</span></a> </li> <li class="link"> <a href="/widgets/" title="Go to the Widgets page"><span>Widgets</span></a> </li> <li class="link last"> <a href="/contributing-to-silverstripe/" title="Go to the Contributing to SilverStripe page"><span>Contribute</span></a> </li> </ul> <div class="clear"></div> </div> <img class="topbarBottom" src="/themes/silverstripe/images/black-rip.gif" alt="---"> </div> <div id="themes_container"> <h2><img src="/assets/Uploads/themetitle2.png" alt="Themes"></h2> <div id="left_content"> <h3 id="themes_tagline"> Give your site a new look with a SilverStripe theme. All themes are created by members of our Open Source Community and are completely free to use. </h3> <form id="sort_options_form" name="sort_options_form"> <p>Sort Themes: <br> <select name="sort" onchange="if(this.value) document.sort_options_form.submit();"> <option value="added" >By Most Recently Added</option> <option value="name" >By Name (A-Z)</option> <option value="creator" >By Maintainer (A-Z)</option> </select> </p> </form> <ul id="theme_list"> <li> <h3 class="itemTitle"><a href="/chinese/">Chinese</a></h3> <p class="themePreview"> <a href="/chinese/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-chinese.jpg" alt="" ></a> </p> <p class="maintainers"><span>6 February 2009<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/Uploads/chinese.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=chinese">See this Theme in action</a><br > <a href="/chinese/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/balance/">Balance</a></h3> <p class="themePreview"> <a href="/balance/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-balance-sshot2.png" alt="" ></a> </p> <p class="maintainers"><span>30 January 2009<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/4491">jkirkus</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/Uploads/balance.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=balance">See this Theme in action</a><br > <a href="/balance/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/wine/">Wine</a></h3> <p class="themePreview"> <a href="/wine/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-wine.png" alt="" ></a> </p> <p class="maintainers"><span>31 December 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/Uploads/wine.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=wine">See this Theme in action</a><br > <a href="/wine/">More info</a> </p> </li> <li class="clear seperator"></li> <li> <h3 class="itemTitle"><a href="/fashion/">Fashion</a></h3> <p class="themePreview"> <a href="/fashion/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-Screenshot19.png" alt="" ></a> </p> <p class="maintainers"><span>31 December 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/Uploads/fashion.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=fashion">See this Theme in action</a><br > <a href="/fashion/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/nature/">Nature</a></h3> <p class="themePreview"> <a href="/nature/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-Screenshot17.png" alt="" ></a> </p> <p class="maintainers"><span>3 November 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/downloads/themes/nature2.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=nature">See this Theme in action</a><br > <a href="/nature/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/sunflower-2/">Sunflower</a></h3> <p class="themePreview"> <a href="/sunflower-2/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-Screenshot16.png" alt="" ></a> </p> <p class="maintainers"><span>19 October 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/downloads/themes/sunflower3.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=sunflower">See this Theme in action</a><br > <a href="/sunflower-2/">More info</a> </p> </li> <li class="clear seperator"></li> <li> <h3 class="itemTitle"><a href="/hairdresser/">hairdresser</a></h3> <p class="themePreview"> <a href="/hairdresser/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-hairdresser.png" alt="" ></a> </p> <p class="maintainers"><span>21 September 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/1659">Nivanka</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/downloads/themes/hairdresser.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=hairdresser">See this Theme in action</a><br > <a href="/hairdresser/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/goldshire-3/">GoldShire</a></h3> <p class="themePreview"> <a href="/goldshire-3/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-preview41.png" alt="" ></a> </p> <p class="maintainers"><span>17 September 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/2627">grilldan</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/downloads/themes/goldshire3.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=goldshire">See this Theme in action</a><br > <a href="/goldshire-3/">More info</a> </p> </li> <li> <h3 class="itemTitle"><a href="/greenfield-2/">Greenfield</a></h3> <p class="themePreview"> <a href="/greenfield-2/" class="no_border"><img src="/assets/Uploads/_resampled/CroppedImage170120-preview40.png" alt="" ></a> </p> <p class="maintainers"><span>17 September 2008<br>Maintainer(s):</span> <a href="//www.silverstripe.org/ForumMemberProfile/show/2627">grilldan</a> </p> <p class="theme_action_containter"> <a href="http://www.silverstripe.org/assets/downloads/themes/greenfield2.tar.gz">Download</a><br > <a href="http://demo.silverstripe.com/?theme=greenfield">See this Theme in action</a><br > <a href="/greenfield-2/">More info</a> </p> </li> <li class="clear seperator"></li> </ul> <!-- PAGINATION --> <div id="PageNumbers" class="boxPagination"> <p> <span id="pagination_numbers"> <span>1</span> <a href="/themes?start=9" title="View page number 2">2</a> <a href="/themes?start=18" title="View page number 3">3</a> … <a href="/themes?start=72" title="View page number 9">9</a> </span> <a class="next" href="/themes?start=9" title="View the next page">Next</a> </p> </div> </div> <!-- #left_content --> <div id="right_content"> <h3>Make your own theme</h3> <p class="make_theme"> Want to create your own theme? Read our <a href="http://doc.silverstripe.com/doku.php?id=themes:developing">Guide to Making your own Theme</a>. Once you've created and debugged your Theme, submit it to this directory. </p> <p><a class="submitButton" href="/themes/manage/add">Submit your Theme</a></p> </div> </div> <!-- #theme_container --> <p id="contribution_thanks_msg"> Thanks to all those who have volunteered their time to make modules, widgets and themes </p> </div> </div> <div id="footer"> <div id="blog_snippet"> <div id="inner"> <h3><img src="/themes/silverstripe/images/blog_snippet.gif" alt="Blog Snippet:"></h3> <h4><strong>March 1: Wellington SilverStripe hackathon</strong></h4> <p>On the first Sunday of each month, Wellington hosts a geek get-together at <a href="http://www.thecross.co.nz/">the Southern Cross bar</a> called <a href="http://superhappydevhouse.org.nz/" target="_blank">SuperHappyDevHouse</a>.</p> </div> <div id="bottom"> <a id="read_on" href="/march-2009-wellington-silverstripe-hackathon/">Read on</a> <a id="rss" href="blog/rss"><!-- --></a> </div> </div> <div id="footer_nav"> <h2>Quick links</h2> <ul> <li><a href="forums"><span>Ask questions in our Forums</span></a></li> <li><a href="silverstripe-cms"><span>Learn all about our CMS</span></a></li> <li><a href="stable-download"><span>Download SilverStripe</span></a></li> <li><a href="knowledge-base"><span>Get tech answers from our Knowledge Base</span></a></li> <li><a href="http://demo.silverstripe.com"><span>Try SilverStripe yourself in our online demo</span></a></li> <li><a href="/community-showcase"><span>Get inspired: see our Community Showcase</span></a></li> <li><a href="sapphire"><span>Learn all about our Sapphire Framework</span></a></li> <li><a href="help-and-support"><span>See all the free support options we offer</span></a></li> </ul> <div id="subscribe_newsletter"> <form id="Form_FooterNewsletterSubscribeForm" action="/themes/FooterNewsletterSubscribeForm" method="post" enctype="application/x-www-form-urlencoded"> <p id="Form_FooterNewsletterSubscribeForm_error" class="message " style="display: none"></p> <fieldset> <legend></legend> <div id="Email" class="field email "><label class="left" for="Form_FooterNewsletterSubscribeForm_Email">Stay up to date with our <strong>SilverStripe</strong> Newsletter</label><div class="middleColumn"><input type="text" class="text" id="Form_FooterNewsletterSubscribeForm_Email" name="Email" value="" ></div></div> <input class="hidden" type="hidden" id="Form_FooterNewsletterSubscribeForm_SecurityID" name="SecurityID" value="1604299931" > <div class="clear"><!-- --></div> </fieldset> <div class="Actions"> <input class="action" id="Form_FooterNewsletterSubscribeForm_action_doFooterNewsletterSubscribeForm" type="submit" name="action_doFooterNewsletterSubscribeForm" value="Go" title="Go" > </div> </form> </div> </div> </div> <!-- footer --> </div> <!-- wrapper --> <div id="orgswitch"> <div> <p id="replaceCom"><span>Want to know more about the company that brought you SilverStripe? Then check out <a href="http://www.silverstripe.com">SilverStripe.com</a></span></p> <p>Comments on this website? Please <a href="http://silverstripe.com/give-feedback">give feedback</a>.</p> <p id="privacyLink"><a href="privacy-policy">Privacy Policy</a></p> </div> </div> </div> <!-- container --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-84547-4"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html> )