I cannot get rid of this error when first loading a page:
"Done, but with errors on page."
When looking at the details this is what is reported:
I cannot find any syntax error in the source files. Any ideas on what to look for? If it helps, the error seems to disappear when I hit REFRESH in IE. But comes back when I browse to a new page.
Yeah, IE Javascript debugging is a bitch, because it does not yield any useful information.
Try to install and use IE8, it has a serious error debugging console that points you to the right file. Somewhere inside your javascript code, there's an error with IE, but you will need to remove every line and carefully re-add everything to spot which one it could be...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks for the tip about IE8. It certainly *does* have better script error reporting than its predecessors.
It turns out it *was* the fixie6 script that I had suspected, but not *as* I had suspected. It was not the script itself, but rather that my linked script had the <script> tags inside it. (whoops!).
Whether that script really works or not, that is another question (no idea).
The only sad part is that I now have IE8 installed!