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

joeebel’s picture

I 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...

Flying Drupalist’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

joshcfischer’s picture

Wanted 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.