Closed (duplicate)
Project:
Mailsave
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 06:39 UTC
Updated:
8 Jun 2010 at 01:09 UTC
Can someone please help me get mailsave to work with Drupal 6.13 and 6.14? Not sure what version of Drupal the incompatibility started, but I think it's important to keep up with the core. Any ideas?
Thanks!
Comments
Comment #1
zeropaperwell the problems come from the ".info" file. It seems to use an old syntax.
Instead of:
dependencies = mailsave imagefieldit should be:
I hope it helps.
Comment #2
jjjames commentedThanks I'll give that a try!
Comment #3
zeropaperAfter a few tries... I successfully fixed
mailsave_to_imagefield...This is how the ".module" file looks by me.
On a side note... the (actual version) of mailsave_to_imagefield uses a completely outdated version of the filefield/imagefield API... and I think (as the imagefield is now more or less) only a CCK formatter, that the
mailsave_to_imagefieldmodule should be dropped in favour of amailsave_to_filefieldand be somewhat extended to add a few admin settings.Have fun!
Comment #4
kakajoe commentedhi
so this is work for imagefield ?? where i must to put your code ??
thanks
Comment #5
zeropaperWell,
you can completely overwrite the ".module" file content (but don't forget to keep a backup)...
By the way, I tried it on a second installation (an other drupal site) but something didn't worked this time.. I'm still investigating...
Comment #6
pacome commentedsubscribing !
Comment #7
alberto56 commentedduplicate of #315381: make mailsave_to_imagefield work with mailhandler for importing images to cck imagefields.. Let me suggest we continue the discussion there.