I'm running D5.7 on a client site. I am getting this error:
Call to undefined function file_get_mimetype in mm_cck.module on line 416.

Looks like file_get_mimetype is a D5-supported function in file.inc, but it turns out this function was introduced in Drupal 5.10. So the inclusion of it in Media Mover RC4 makes it a requirement to upgrade to Drupal 5.10.
..OR..
Comment out the call to file_get_mimetype on line 412.

Comments

arthurf’s picture

Status: Active » Closed (works as designed)

Well, we're on 5.16 now, so I feel that's it is probably reasonable to to requre 5.10+ > I'll make a note on the readme and on the project page.