Tried using the module and had this error appear.

Fatal error: Call to undefined function filefield_elements() in /Applications/MAMP/htdocs/d6/sites/all/modules/imagefield/imagefield.module on line 83

Comments

babbage’s picture

The Imagefield module has a dependency on Filefield module, and it looks like you've either not installed Filefield, or have disabled or removed it. I presume you had this working previously?

Contrib Toggle does assist with deactivating modules, but should not let you deactivate Filefield without also deactivating Imagefield, unless for some reason Imagefield fails to correctly declare its dependency.

What makes you believe Contrib Toggle is at fault?

snowbbdd’s picture

I have no evidence to back up my assumption. But I assumed that using that module would simple deactivate all non-core modules. And when I tried it, it just produced the error, causing a site reload. I believe both modules were were enabled and active, as I was going trough the whole process of upgrading a site, and was using Contrib Toggle to turn everything off at once.

babbage’s picture

Status: Active » Closed (duplicate)

Having discovered the potential effects on Contrib Toggle of Filefield Meta's dependency on GetID3(), I think your issue is the same as #664854: Contrib Toggle cannot handle module display names that include parentheses... I'm going to consolidate activity over there.