Closed (fixed)
Project:
Notifications
Version:
6.x-2.3
Component:
Notifications
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 05:51 UTC
Updated:
25 Jun 2012 at 11:20 UTC
In my website every user have their own notifications "send interval" settings (e.g immediately, every hour, twice a week, daily etc.) and each user has set their own send interval. But the mails are thrown to each user on every cron run (cron is running on hourly basis) and seems the send interval settings are not working e.g a user has set send interval to "daily", then it will send mails to them whenever cron run. I am trying to debug this issue, any thoughts?
Thanks
Ravi Kumar
Comments
Comment #1
darora commentedI am looking into using this module. Don't see any further response on this. Was this issue resolved?
Thanks
darora
Comment #2
ravi.kumar commentedHello,
yes, this issue has been resolved.
The issue was in notification_sent table structure, the issue was in primary keys "mdid, send_interval".
I changed this to "uid, send_interval, send_method" and this solved my issue.
please refer to following comment for more information
http://drupal.org/node/897018#comment-5521840
Thanks
Ravi Kumar