Needs review
Project:
Media Mover
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 16:16 UTC
Updated:
10 Feb 2010 at 01:29 UTC
I have been trying to set up a configuration for hours and I can't work out how to do it.
When I try to add a configuration I got this error message:
Se ha detectado una opción ilegal. Por favor contacte al administrador del sitio
Se ha detectado una opción ilegal. Por favor contacte al administrador del sitio
Se ha detectado una opción ilegal. Por favor contacte al administrador del sitio
warning: Invalid argument supplied for foreach() in /home/labodad/public_html/includes/form.inc on line 1428.
warning: Invalid argument supplied for foreach() in /home/labodad/public_html/includes/form.inc on line 1428.
warning: Invalid argument supplied for foreach() in /home/labodad/public_html/includes/form.inc on line 1428.
The it doesn't let me save the config because it's missing the Audio sample rate:, audio codec and video codec settings.
I am trying to harvest from drupal uploaded files, convert them to flv and display them in the node body with flvmediaplayer.
All I got is the video converted as attachment, but the config in media_mover still gives me these errors.
Any ideas...?
Comments
Comment #1
leenyx commentedI have successfully installed the module and use the conversion in another website with a clean install. I will try to track the errors and see which module is creating the incompatibility issues.
Comment #2
dag729 commentedSame problem here: and can't figure out why...
Comment #3
arthurf commentedThe warning: Invalid argument supplied for foreach() in /home/labodad/public_html/includes/form.inc on line 1428. has been resolved in the dev branch
I'm not experiencing the issue with the ffmpeg option you're describing- what version of ffmpeg_wrapper are you using?
Comment #4
agileware commentedI had the same problem.
It appears to be a bug in the ffmpeg_wrapper 6.x-1.1-beta1 which causes the ffmpeg processing to fail with errors in media_mover.
The bug does not exist when using ffmpeg_wrapper 6.x-1.x-dev (2009-Nov-12), http://drupal.org/node/311582 so use the dev version until a new ffmpeg_wrapper beta is released. This has been tested and works for me :)
Comment #5
arthurf commentedI just released beta2. Can you double check to see if this fixes the issue for you?
Comment #6
delykj commentedBeta2 release is not visible on the project page.
Comment #7
arthurf commentedYou can always retrieve releases from CVS if you do not see them on the project page. The release is now public: http://drupal.org/node/635400
Comment #8
quiptime commentedThe threaded problem still exist.
I have tested various combinations of module versions.
media_mover-1.0-beta6 and ffmpeg_wrapper 6.x-1.1-beta2,
media_mover-1.0-beta6 and ffmpeg_wrapper 6.x-1.1-dev,
media_mover-1.x-dev and ffmpeg_wrapper 6.x-1.1-beta2,
media_mover-1.x-dev and ffmpeg_wrapper 6.x-1.1-dev