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

spyke100’s picture

Status: Active » Needs review

Here'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.

      print '(start)<br>';
      print $content;
      print '(end)<br>';

I do not know what the effect of taking out the $content tag is, but so far my site has gone back to normal.

alex ua’s picture

Status: Needs review » Fixed

That must have been put in there for debugging purposes. I removed it and committed the change.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.