Closed (fixed)
Project:
FileField
Version:
6.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 06:43 UTC
Updated:
15 Jul 2010 at 15:47 UTC
I can't get the Enabled checkbox to work on FileField Meta. The other issue is that the Audio GetID3 module also can't be enabled. this is mystifying... I'm not even sure where to start. I've Disabled and re-enabled Audio and CCK to no avail. Weird.
Comments
Comment #1
joeebel commentedI found the problem!
There's a conflict with the Contrib Toggle module. If the Contrib toggle module is enabled, it won't allow you to enable Filefield Meta or Audio GetID3. The workaround is to disable Contrib toggle, enable Filefield Meta and Audio GetID3, then re-enable Contrib Toggle.
All is well...
Comment #2
Flying Drupalist commentedComment #4
joshcfischer commentedWanted to open this back up because I just had this problem, and the "Contrib Toggle" solution didn't fix it for me.
The FileMetaField module was greyed out in my modules, and I couldn't enable it. I guessed that this could be happening because the getID3 module (which is required) was not installed.
Once I installed getID3 (http://drupal.org/project/getid3), and set up the getID3 library (follow the Install.txt instructions inside the module package), the FileMeta Field was no longer greyed out and I was able to enable it.
Hope this helps someone.