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!
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
Comment #1
NotGoddess commentedI 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)
Comment #2
jjjames commentedDoes this work?
thx
Comment #3
jjjames commentedthis 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!
Comment #4
mfb#315381: make mailsave_to_imagefield work with mailhandler for importing images to cck imagefields.
Comment #5
jjjames commentedGreat thanks! that earlier patch didn't work for me gonna try it out.