Recently my orca went haywire and I couldn't figure it out. In the end it was due to a javascript comment I placed in the _footer.html file. Here is the javascript in question:
<script type="text/javascript">
//<![CDATA[
var siteID = 1;
var keyElement = 'kvalue';
//]]>
</script>
It seems the orca template was attempting to parse the commented out CDATA tag and that is why it threw an exception. I'm posting here to get boonex input on whether this would be classified as an orca bug or not. I don't see why the template would try to parse commented out data as valid data.