I have noticed that when I use Embed Video together with Views, some text appears in the beginning of my template. In Firefox i would see something like (start)(end)(start)(end), while IE would completely crash saying, "Invalid at the top level of the document. Error processing resource..."
I have reinstalled all other modules, but unfortunately cant completely uninstall Embed field, because it holds some sensitive information.
Comments
Comment #1
spyke100 commentedHere's what I found out, Veoh(provider) prints a (start) and (end) on the top of the website(whole) which I think causes IE to crash. When a website is loaded the first thing one sees is the (start)(end) thing which is very disturbing especially if you have a CSS templates, for different browsers...
Heres what I did:
1. Open Veoh.inc (contrib/emvideo/providers)
2. Took out lines 102-104.
I do not know what the effect of taking out the $content tag is, but so far my site has gone back to normal.
Comment #2
alex ua commentedThat must have been put in there for debugging purposes. I removed it and committed the change.