After upgrading from 3.0.3 to 3.0.4, IE8 is throwing a "Done, but with errors on page". This appears when doing searches.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; InfoPath.3; .NET4.0C; dreamdesktop 2.00.0054)
Timestamp: Fri, 1 Oct 2010 14:17:37 UTC
condition="$show['special_css'] OR $show['vault_sections']
Hmm.
This is the first instance:
PHP Code:
<if condition="$show['special_css'] OR ($show['vw-threadbits'] AND $show['ajax_js'])">
<script type="text/javascript">
<!--
var VAULT_40X_COMPAT = <if condition="VAULT_40X_COMPAT">true<else />false</if>;
//-->
</script>
</if>
I added the OR $show['vault_sections'] so that it now looks like this:
PHP Code:
<if condition="$show['special_css'] OR $show['vault_sections'] OR ($show['vw-threadbits'] AND $show['ajax_js'])">
<script type="text/javascript">
<!--
var VAULT_40X_COMPAT = <if condition="VAULT_40X_COMPAT">true<else />false</if>;
//-->
</script>
</if>
That was the only change I made. Unfortunately, the problem still exists (no change).
What kind of search do you need to perform in order to reproduce this? Please be specific what form you're using and which fields you are filling in.
Any vb search. Go to my site, click Search on the navbar (vb search, not my insta-search on right), type anything, and you'll see the error in IE.
The error exists on other pages as well. Like for instance click "Webinars" on navbar. That is just a misc.php=do custom template, nothing fancy, and the error is there. I've seen it other places too, just can't recall. Any custom template page its there, like my disclaimer at bottom of footer, etc.
This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.