Closed (works as designed)
Project:
Media Mover
Version:
5.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 20:10 UTC
Updated:
22 Mar 2009 at 21:25 UTC
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
Comment #1
arthurf commentedWell, 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.