Using Drupal 6, tried Notifications with Mime Mail, PHPMailer, PrivateMsg. Each time, when Person A subscribes to Person B's content, Person B's updates all bring up an alert that says "A message has been sent to ." Then Person A never gets a message.
Trying to figure out why the alert doesn't show a user name, and why users aren't getting messages.
Comments
Comment #1
reufhaadfe commentedI have the same issue. Is there something incorrect with the system or is it user error on my part?
Comment #2
sunThis should be fixed in the latest development snapshot. I had the same issue and updating both Notifications and Messaging solved it for me. However, you need to re-configure Notifications' general settings afterwards.
Comment #3
sunNot really. I'm debugging since hours why Notifications works on my test site but does not work at all on the production site. Even after re-installing the modules there are no notifications sent for node comments.
However, notifications_queue contains some messages, marked as "immediately", which do not get processed at all:
Comment #4
jose reyero commentedThe cron column should be 1 for it to be processed on cron.
Rows with cron = 0 are logs, the sending failed the first time, the row is kept as log but it won't be retried. To force re-processing:
The inmediate sending feature just works during the page request for which the event is produced (post, comment, etc...)