Forum Moderators: open
Are you using Server Side Includes (SSI)?
I've tried removing it completely and still get the same error...
That would never show up as a browser error message anyway. The browser only knows that it made a request which wasn't fulfilled, or attempted an action that it didn't complete. An SSI by definition happens without the browser's knowledge; any error message will be embedded in the page's html.
Usually, when something goes wrong with your SSI directive, you get the message
[an error occurred while processing this directive]
<script>
$(document).ready(function() {
$('.fancybox').fancybox();
});
</script>
[an error occurred while processing this directive]
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.tp-banner').revolution(
{
delay:9000,
startwidth:960,
startheight:460,
hideThumbs:10
});
});
</script>
exactly where the error message was showing up