If a page does not have “</body>” or “</html”> tag, the plugin gives such error. Can you put the footer.php please?
It does have both tags in footer.php:
<!-- begin footer -->
<?php $content_design = get_option('frugal_content_design'); ?>
<div style="clear:both;"></div>
<?php
if ($content_design['fr_head_foot_fluid'] == "Footer Only" || $content_design['fr_head_foot_fluid'] == "Header & Footer Only" || $content_design['fr_head_foot_fluid'] == "Navbar & Footer Only" || $content_design['fr_head_foot_fluid'] == "All")
{
echo '</div> <!-- Closes Wrap -->' . "\n";
}
?>
<?php frugal_hook_before_footer(); ?>
<div id="footer_wrap">
<div id="footer">
<?php frugal_hook_footer(); ?>
</div>
</div>
<?php frugal_hook_after_footer(); ?>
<div style="clear:both;"></div>
<?php
if ($content_design['fr_head_foot_fluid'] == "None" || $content_design['fr_head_foot_fluid'] == "Header Only" || $content_design['fr_head_foot_fluid'] == "Navbar Only" || $content_design['fr_head_foot_fluid'] == "Header & Navbar Only")
{
echo '</div> <!-- Closes Wrap -->' . "\n";
}
?>
<?php wp_footer(); ?>
<?php frugal_hook_after_html(); ?>
</body>
</html>
Another thing I’ve noticed is that it gives “html is corrupted” on every page when I clear all the cache but it still caches them after some time. What could be the reason?
can you delete the plugin and download again please? I have sent new code.
Reinstalled it – still the same end tag
can you send me an email please? fastestcache@gmail.com
I have the same problem as abovementioned. Any solution?
Hi @ Petar, can you delete the plugin and download again please?
Check it out with Google Chrome and see how it looks now.
you can prevent caching for this page via ‘exclude page’ tab. Can you try it plesae?
Hi again, I fixed the issue. Can you delete the plugin and download again please? By the way, Please don’t forget to delete all cache.
It’s still the same version, 0.8.3.5?
just delete and download again please.
Just did that… you may take a look now at the cached version.
I am so sorry. I fixed it. Can you delete and download again please?
I can now confirm that the issue has been fixed!
Thanks a lot for your assistance!