I received the following warnings after installing media mover and entering admin/media_mover:
* warning: implode() [function.implode]: Invalid arguments passed in /opt/guide/www.prlwytzkofsky.nl/HTML/d5/sites/all/modules/media_mover/media_mover_a... on line 1452.
* warning: array_unique() [function.array-unique]: The argument should be an array in /opt/guide/www.prlwytzkofsky.nl/HTML/d5/sites/all/modules/media_mover/media_mover_a... on line 1453.
* warning: implode() [function.implode]: Invalid arguments passed in /opt/guide/www.prlwytzkofsky.nl/HTML/d5/sites/all/modules/media_mover/media_mover_a... on line 1453.
I was able to repair this by adding the following to function media_mover_api_page() @ 1440:
$module_verbs = array();
$module_actions = array();
Now succesfully harvesting and storing images at S3!
Comments
Comment #1
arthurf commentedThanks for the heads up. I've added your code to the function which prevents the warnings, and also added a few more comments about what the code is doing.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.