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

arthurf’s picture

Status: Active » Fixed

Thanks 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.