The upgrade of messaging and notifications from 6.x-1.0 to 6.x-1.1 this morning caused mayhem. The upgrade process itself ran smoothly, producing some messages about upgrades to queries.
(1) However OG notifications stopped working altogether. I could find no error message to explain this and there does not seem to be any setting to change.
I deactivated messaging and notifications and uninstalled them (ie deleted the data) and reinstalled without success. Going back to the 6.x-1.0 versions (after uninstalling again) has restored OG notifications and I just need to tinker with a few more settings to get back to where I was .....

At various points today I noticed other odd behaviour, but it didn't help me and I didn't stop to investigate.
(2) I am not sure that immediate notifications work at all (even for non OG subscriptions.) The queue processing tool just didn't seem to shift them.
(3) At the web address /admin/messaging/settings/notify none of the allowed methods were ticked in the "methods" fieldset and the "default send method" dropdown contained no values. This might relate to the new messaging_notify sub module.

I hope you can fix this quickly because these are such useful modules!

Comments

gcassie’s picture

I just installed notifications and messaging, each 6.x-1.1, for the first time today; no upgrade, fresh install. I'm also not able to get immediate notifications to send.

gcassie’s picture

Okay, turns out my spam filter was being weird, holding the messages but not showing them for hours. Immediate messages are coming through, but they are still showing as being in the queue. Is that intended?

AFowle’s picture

> "they are still showing as being in the queue. Is that intended?"
Well it's not what happened previously! I don't have any spam filter issues AFAIK.

dan_aka_jack’s picture

I'm experiencing this problem too. I started an issue over on the og_notifications issue que a short while ago:

http://drupal.org/node/360291

kmillecam’s picture

I'm experiencing this problem too.

Subscribing.

gcassie’s picture

I think the problem is somehow stemming from og_notifications_notifications; it needs to be updated to match the new notifications_query_sql function in notifications 6.x-1.1.

Take line 264 for example:
'args' => array($node->nid)

It looks like the new query structure would demand something like:
'where args' => array($node->nid),

I'll keep poking around, but if someone more familiar with these modules could investigate this area it would be appreciated.

gcassie’s picture

Please test/review the patch at http://drupal.org/node/360291#comment-1240682

Zen’s picture

Status: Active » Closed (duplicate)