Activation of the video_mediamosa module results in the following error:
Fatal error: Declaration of video_mediamosa::load_completed_job() must be compatible with that of transcoder_interface::load_completed_job() in /srv/www/videoportal/sites/all/modules/mm_videoupload/transcoders/video_mediamosa.inc on line 9
This is caused by different declarations of the load_completed_job() function:
in video module version 6.x-4.2-beta2:
modules/video/includes/transcoder.inc: public function load_completed_job(&$video) {
and in
modules/video_mediamosa/transcoders/video_mediamosa.inc (line 92): public function load_completed_job($video) {
Greets,
Dietmar
Comments
I have sent a message to the
Posted by forgacs on April 18th, 2011 - 20:15I have sent a message to the creators of video_mediamosa module about this issue.