I have checked and double checked my organic groups and notification and messaging settings but for some reason when new posts are created there are no messages sent and they are not recorded in watcchdog

When a new post is made the messages get queued and if I process the queue i get the following output:

Output

* info: Starting queue process
* info: Processing send interval Immediately
* info: Processing user 857, rows 1, send_method mail
* info: Processing queued sid=17 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 855, rows 1, send_method mail
* info: Processing queued sid=14 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 850, rows 1, send_method mail
* info: Processing queued sid=10 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 849, rows 1, send_method mail
* info: Processing queued sid=8 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 848, rows 1, send_method mail
* info: Processing queued sid=6 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 836, rows 1, send_method mail
* info: Processing queued sid=21 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 820, rows 1, send_method mail
* info: Processing queued sid=30 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 811, rows 1, send_method mail
* info: Processing queued sid=28 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 809, rows 1, send_method mail
* info: Processing queued sid=25 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 807, rows 1, send_method mail
* info: Processing queued sid=31 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 519, rows 1, send_method mail
* info: Processing queued sid=24 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 517, rows 1, send_method mail
* info: Processing queued sid=22 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 504, rows 1, send_method mail
* info: Processing queued sid=27 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 502, rows 1, send_method mail
* info: Processing queued sid=18 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing user 1, rows 1, send_method mail
* info: Processing queued sid=19 event=911 (node, insert) send_method=mail
* info: Sending out, method=mail, interval=0, events=1
* info: Processing send interval Every hour
* info: Processing send interval Twice a day
* info: Processing send interval Daily
* info: Processing send interval Weekly

Operations

* Run queue process
* Process immediate sending
* Reset queue. Delete all notifications.

The queue then shows as empty but as I said no mail is received and there is nothing in watchdog. Any help will be greatly appreciated.

Comments

j0nathan’s picture

Status: Closed (duplicate) » Active

Hi,

I have 34 notifications in queue as per admin/messaging/subscriptions/queue.
I have 34 rows in the table notifications_queue.
I have 3 rows in the table notifications_sent.

This doesn't work to clear / send the mail:
- Run normal queue processing, same as cron run.
- Process only rows marked for immediate sending.
- running cron.php
- using Poormanscron 6.x-1.0

Core:
Drupal 6.10 and also when I had Drupal 6.9

Modules that may be related to my issue:
Messaging 6.x-1.1
Notifications 6.x-1.1
Organic groups 6.x-1.1

This is working well on the same website:
User registration notification 6.x-1.10

Some notifications can be sent out.
I think depending if they can be into an OG group or not.
As example, I receive notification for someone who creates or updates its profile (Content Profile 6.x-1.0-beta3) which cannot be associated into a OG group.

I don't find anything interesting in watchdog.

Related / duplicate issues?

#392624: Organic groups notifications not being sent.
But it's for Version: 5.x-1.2
I'm using 6.x-1.1

#372275: Queue Not Getting Cleared
Is this issue related to Organic groups?

#323695: OG Notifications Not Working (Only have notifications by content type or thread)

#386840: skip content notifications for posts in an og?

#369935: Can not get OG notifications to work

j0nathan’s picture

Maybe this is from og_notifications

Enabling og_notifications breaks latest version of notification.module
http://drupal.org/node/360291#comment-1240682

jose reyero’s picture

Status: Active » Closed (duplicate)

Status: Active » Closed (duplicate)