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
Comment #1
benced commentedThe 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
Comment #2
arthurf commentedIronically, I just fixed and committed this while working on #352696
Comment #3
arthurf commented