Closed (duplicate)
Project:
Contrib Toggle
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2009 at 02:42 UTC
Updated:
5 Mar 2010 at 11:57 UTC
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
Comment #1
babbage commentedApologies 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)...
Comment #2
babbage commentedMarked as duplicate of #664854: Contrib Toggle cannot handle module display names that include parentheses... I'm going to consolidate activity over there.