The problem seems to being caused by the hitcounter, it was working fine in previous version.
The code I have in the template is:
Code: Select all
{* Start Hitcounter *}
<div id="hitcounter">
<p>This page has been viewed {cms_module module=HitCounter} times</p>
</div>
{* End Hitcounter *}
This page has been viewed
and then the page ends.
If I remove this code from the template then the footer displays correctly.
Any help on how to fix this issue will be greatly appreciated.