Closed (duplicate)
Project:
Comment Notify
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2010 at 10:50 UTC
Updated:
16 Jun 2011 at 04:33 UTC
Jump to comment: Most recent
Comments
Comment #1
tsvenson commentedThis is still a problem in latest dev and Drupal core 7.0. I like to be able to respond to replies as quick as possible, but without this working I have to manually check if there are new comments.
Comment #2
tsvenson commentedTook a look in the log and noticed that these two notices are logged when someone submits a new comment.
When looking at the code my guess the problem lies with languages. For both sites this happens i have enabled translation and locale, but have only one language defined (English). This is due to that the sites will be multilingual at some point, but in the meantime I want to be able to set new content to be English. I have noticed this causes problems for other modules as well.
My guess is that locale_language_list() and user_preferred_language($author) simply doesn't work properly if the site only has one language defined.
Comment #3
rodrigoaguileraI'm experiencing the same
Comment #4
kccmcck commented+1
Comment #5
tsvenson commentedSoon a year since I reported this problem. Would be so sweet if it could be fixed. Would do it myself, but my coding skills are very limited.
Comment #6
Anonymous (not verified) commentedI think you might be looking for the kind of functionality in http://adellefrank.com/blog/how-to-email-notifications-comments-drupal7
I don't think that this module is meant to be a solution to that, but only to alert comment authors that another comment has been posted.
Module maintainers, if I'm wrong, please change status back.
Comment #7
Anonymous (not verified) commentedActually, I guess this is listed as a feature on the project page.
Comment #8
rwohlebI've tried to address this in #1184280: Bug in node author handling in _comment_notify_mailalert(). Please review the patch.
Comment #9
David_Rothstein commentedThis issue is older, but I'm marking it as a duplicate of #974338: Undefined property 'node_notify_mailalert', and node author never gets a notification since that issue has a patch.