Prior to the upgrade, everything worked normally. I followed the instructions (ran the update script, which indicated that it ran Update #1 on the flashvideo module without incident, copied the flashvideo_playlist.php to the root directory.)

I had previously created a contemplate to take control of the teaser, substituting [thumbnail], and this was working in a taxonomy listing which showed a list of titles, thumbnails, etc. Now, instead of showing the thumbnail, it shows "[thumbnail]" for each node.

Clicking on the title to get to the node itself, there is no video -- not even a player.

Update:
Did you change the location where the module is looking for the player? My Player.swf resides in the files/ directory, but when I look at the page source, it appears to be looking in the files/videos directory. I made another copy of the player in that directory, and now I get the video in the node. At best, it appears a documentation change is needed.

Still no thumbnail, however. (Just for giggles I tried copying a thumbnail to the files/videos directory, but it didn't seem to have any effect.)

Comments

icenogle’s picture

If, in my contemplate, I substitute <?php print $node->thumbnail[0] ?> for [thumbnail] in the Teaser Template, I at least get thumbnails in my teasers. Still not as documented, however.

travist’s picture

There is one change that I made that is causing your problem. When I released version 1.7, I changed the default weight of the module from the previous 10 to 8. I did this because it is unreasonable to make a module the maximum weight value.

However, the Contemplate module has its weight set to 10. I did not realize this when I released version 1.7. So, to fix your problem, you will need to go into your system table and look for the Contemplate module and change the weight to 7. This should fix this problem.

I apologize that this happened. I had not planned on imcompatabilities with other modules when I made this change.

Thanks,

Travis.

icenogle’s picture

That seems to have done the trick...

Thanks!

travist’s picture

Status: Active » Closed (works as designed)