Closed (fixed)
Project:
Mail Comment
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 23:12 UTC
Updated:
18 Jan 2013 at 20:34 UTC
Mailcomment seems incompatible with Comment CCK - similar to the casetracker issue. Whenever I reply to a notification on a content/comment, Comment CCK sets all that content's CCK fields to null.
I looked at the custom casetracker fix module, and can't seem to get it working for comment cck - then again, I'm not a coder. Any tips?
Comments
Comment #1
gregglesI have a similar issue with Project* module. I'm not sure whether the fix will be in MailComment or in the other modules, but I hope we can find a solution.
Comment #2
obrienmd commentedI'm taking a look at that Casetracker fix now, maybe I can hack it enough that it works for Comment CCK... I'll report back.
Comment #3
obrienmd commentedNo such luck - nothing seemed to work.
Comment #4
Ian Ward commentedIf you're using mailcomment and not mail2web and you are trying the casetracker fix mentioned here http://drupal.org/node/563474#comment-2086374 then you'll need to rename that module like the following:
and call the module file and info file mailcomment_casetracker.module / mailcomment_casetracker.info
In the case of Comment CCK, I've not used that module, but the problem does sound the same. It's possible there's a sweeping fix to fix this _kind_ of issue. I'll take a look soon if no one else gets to it before. If there's no sweeping fix, then it's probably worth packaging a couple of plugin modules for these cases.
Comment #5
obrienmd commentedRight, I attempted the modifications you suggest here and no luck - I really didn't expect this to fix it, given the differences between casetracker and comment cck... However, it was worth a try. I'd be happy to help w/ testing on any sub-module or sweeping fix you might have ideas on.
Comment #6
obrienmd commentedIan, had you a chance to look at this further?
Comment #7
obrienmd commentedI sponsored a fix for this over at Comment CCK - apparently that module was the problem.
http://drupal.org/node/660970
Comment #8
hanoiiI think this is a valid issue still, as #660970: Incompatible with mail2web / mailcomment is for comment cck and this module can operate without it.
Openatrium doesn't use it for instance.
Comment #9
hanoiiOops, I missed that this issue was actually an incompatibility with comment cck after all. Sorry.
Comment #10
shaundychko#4 is awesome!