I get this message and cannot enable the module. I tried it on Drupal 6.4 and recived the same message. Is there a fix or plans to fix this issue?
Thanks!

Comments

NotGoddess’s picture

I have not tested to see if the modules actually -work- but making one change to the info files of the problem modules let Drupal 6.9 recognize and load them-

In the info file you'll see a like like:
dependencies = mailsave imagefield

Change to:
dependencies[] = mailsave
dependencies[] = imagefield

(actual lines vary by module)

jjjames’s picture

Does this work?
thx

jjjames’s picture

this is for the Mailsave to CCK Imagefield. The info files don't supply a version number so I can't modify it. Drupal is up to version 6.10 now, is there any way to get this to work with the current Drupal 6.10?
Thanks!

mfb’s picture

jjjames’s picture

Great thanks! that earlier patch didn't work for me gonna try it out.