I'm not sure where the issue should be flagged, but:

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.

Comments

babbage’s picture

Apologies for the insanely slow response on this. My current theory is that Contrib Toggle's code may be choking on any module names that contain parentheses in them—which applies to GetID3 which lists itself as GetID3()—and those which have dependencies on the same. Filefield Meta is dependent on GetID3(). Will obviously need to fix this—I think it creates some pretty nasty problems when it occurs (e.g. WSOD if you disable the wrong modules)...

babbage’s picture

Status: Active » Closed (duplicate)

Marked as duplicate of #664854: Contrib Toggle cannot handle module display names that include parentheses... I'm going to consolidate activity over there.