i have set up a mm config to get from an ftp directory, and attach and save as node.

Running the config produces this error:

Fatal error: Call to undefined function file_validate_extensions() in /home/chravele/public_html/bullshit/modules/media_mover/media_mover_ftp/media_mover_ftp_harvest.inc on line 124

Any help is appreciated...

Comments

benced’s picture

The function file_validate_extensions does not come with Drupal 5, only 6 and 7

http://api.drupal.org/api/function/file_validate_extensions

This info may help solving the problem

arthurf’s picture

Category: support » bug
Status: Active » Needs review

Ironically, I just fixed and committed this while working on #352696

arthurf’s picture

Status: Needs review » Closed (fixed)