Hi all,
I have the problem that some Javascript throws an uncaught exception when the webfm page is accessed with IE.
It's working okay with Firefox 3 - I can see all the directories and files, when I upload a file it's in the directory.
When viewing the same page with Internet Explorer 7 (same user, same user group) all I get is the Upload File dialog. Uploading a file doesn't seem to work either.
I have seen that a similar problem was posted earlier - but the problem should not be theme related as it is working fine with FF.
Any ideas?
(error message from IE's taskbar:
Line: 25
Item(Zeichen?): 5830
Error: Exception thrown and not caught
Code: 0
URL: [...]/webfm
)
Comments
Comment #1
robmilne commentedNo ideas. Works fine on my systems (Vista & W2K) so I cannot debug.
Comment #2
kalesco commentedsolved
Problem was a JS for flowplayer. FF ignored the error, IE choked on it.
I manually deleted the flowplayer js from my page template (no idea how it got there) and everything looks peachy.