I have the same problem.
I am updated on WordPress to version 3.4.2
I am using Diarise 1.5.6 with WooFramework 5.4.2
I have tried to find where the problem is. When I look in the footer.php file, I see the following:
</div><!-- /#wrapper -->
<?php wp_footer(); ?>
<?php woo_footer(); ?>
</body>
</html>
I tried taking the <?php woo_footer(): ?> out but that did nothing. I wonder if maybe there is something else that could be wrong? Maybe the calendar integration built in to the theme is causing a problem?