warning: preg_match() expects parameter 2 to be string, array given in /storage/work/projects/mediamover/site/local/public_html/includes/bootstrap.inc on line 670.
caused by line ~412 on ffmpeg_wrapper.module
$message = t('FFmpeg had an error converting this file: %file', array('%file' => $file));
should be
$message = t('FFmpeg had an error converting this file: %file', array('%file' => $file['filepath']));
Comments
Comment #1
a_c_m commentedmy mistake the correct line is