Cross-posted on the Post-Installation forum.

For some reason, no matter what I do, I can't seem to get anything to even show up on the queue let alone actually send out an email notification. I've never used this module before. Am I missing something about setup? I noticed when looking at the database itself that the destination field is empty for all subscriptions in {notifications} but I'm not even sure what that's for.

Am I missing something about installing or activating it beyond the intuitive?

attentat

Comments

zmove’s picture

Same here, I tried to all options during 4 hours !!

Impossible to have a message in queue, I tried to subscribe to content, groups, author, content type... all

And I never get a message in queue..

edvanleeuwen’s picture

I have the same issue, but this was introduced after upgrading to the 6.x-1.1 version. Before that, it was working properly.

edvanleeuwen’s picture

I noticed that I do get entries in the queue. However, running cron causes an Out of Memory (in bootstrap.inc). After that, the queue is empty, but none of the messages have been sent.

jcfiala’s picture

I've discovered that with the new query builder and how it's run in notifications 1.1, other modules, like og_notifications, need to be modified to properly feed data into the queue. A big part of this is that for the 'query' $op in hook_notifications, it's now 'where args' instead of 'args'.

edufol’s picture

Subscribing.... thanks

jose reyero’s picture

Status: Active » Fixed

If using OG this is just a version mismatch, you need 6.x-1.0 until they do a new release (it is fixed in og-dev)

I've added a note about OG compatibility in the main Notifications project page.

(If this happens with other modules than og, please reopen and let us know)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mhdg’s picture

Version: 6.x-1.1 » 6.x-2.0
Status: Closed (fixed) » Active

I did just install notification 2.0 (and messaging) on a 6.10 site.

After subscribing to two different content type (story and a home mode), I see the subscriptions on the admin/messaging/subscriptions panel but nothing seems to be sent to the queue !
Manage subscriptions
Subscriptions by type
Type Number
Type Number
Content type 2
Total: 2
Subscriptions by send method
Method Number
Method Number
Content type 2
Mime Mail 2
Notifications in queue
Send interval Number
Total: 0

As I am new with this module, I would like to receive more information of what to check ?

Michel

simon_s’s picture

All at current version. Same problem here. Nothing goes to the queue neither direct sending works.

ozzin’s picture

I just installed the 30 April, 2.0 version on a Drupal 6.10 site as well, and I can't get any notifications actually going. I'm using the 'Simple' "Web" notifications, and I've subscribed to a node, yet updates aren't being displayed on my 'Messages' page, and I can't see anything listed as queued in "Manage subscriptions". I've enabled the 'Plain text' input filter for all users (though I don't know if this is necessary), and I've enabled everything I can see in User Permissions. I can't see anything reported in the main log. I've tried changing "Immediate" to "Hourly" and still nothing is queued or notified.

I too am new to this module. Have I missed something or is there a big bug in the latest version?

It looks like a great module otherwise.

I am not using any OG modules by the way.

ozzin’s picture

A little debugging later... I'm not sure about the other users, but my problem was that I was changing the node I wanted notifications for myself, and I did not have the "Notify poster of own posts" option set! That's why nothing was getting added to the queue.

Hope that helps someone else.

mhdg’s picture

Better on my side, thanks ozzin for the tips.

I had two problems :
1/ one I am not sure about : permission was not set well;
2/ indeed, you are not notify for your own modification.

Thanks for the work done.

I will wait some days before closing this threat !

jose reyero’s picture

Title: Nothing is going to the queue » Enable notify user of own posts by default
Version: 6.x-2.0 » 6.x-2.x-dev
Assigned: Unassigned » jose reyero
Category: support » feature
Priority: Critical » Normal

Ok, let's put it like this then, to do for the next version.

This will make it easier to get started.

Anonymous’s picture

So, is there a way for me as admin, to set the 'notify user of own posts' setting on by default for all users?

jose reyero’s picture

Version: 6.x-2.x-dev » 6.x-4.x-dev
Status: Active » Fixed

@totsubo,
That is a global setting, you just change it. Maybe you're talking about 'autosubscribe' though?

This is done for 4.x branch. Not to be backported

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.