after activating "intro video" the page shows no content.

i discovered the following error:

PHP Parse error:  syntax error, unexpected T_IS_NOT_EQUAL in example.com/sites/all/modules/flashvideo/flashvideo.playlist.inc on line 69

looking at line 69 shows:

if(!$played_intro && $intro_video) != '') ) {

looks like a typo, following change fixed it for me:

if((!$played_intro && $intro_video) != '')  {

Comments

attheshow’s picture

Status: Needs review » Fixed

This appears to be fixed in release 1.4.

Status: Fixed » Closed (fixed)

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