I get the following error after I submit a node that has FlashVideo activated.
Fatal error: Class 'ffmpeg_movie' not found in /data/htdocs/web/content/sites/default/modules/flashvideo/flashvideo.module on line 651
I have FFMPEG installed and I am running PHP 5.2.1. Any ideas on where this is coming from?
Comments
Comment #1
travist commentedThat's because you have FFMPEG-PHP enabled for your node type, but don't have the right installation of FFMPEG-PHP that is not instantiating this variable. Just disable the FFMPEG-PHP for your node type and you should be fine.
Thanks,
Travis.