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
Comment #1
zmove commentedSame 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..
Comment #2
edvanleeuwenI have the same issue, but this was introduced after upgrading to the 6.x-1.1 version. Before that, it was working properly.
Comment #3
edvanleeuwenI 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.
Comment #4
jcfiala commentedI'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'.
Comment #5
edufol commentedSubscribing.... thanks
Comment #6
jose reyero commentedIf 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)
Comment #8
mhdg commentedI 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
Comment #9
simon_s commentedAll at current version. Same problem here. Nothing goes to the queue neither direct sending works.
Comment #10
ozzin commentedI 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.
Comment #11
ozzin commentedA 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.
Comment #12
mhdg commentedBetter 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 !
Comment #13
jose reyero commentedOk, let's put it like this then, to do for the next version.
This will make it easier to get started.
Comment #14
Anonymous (not verified) commentedSo, is there a way for me as admin, to set the 'notify user of own posts' setting on by default for all users?
Comment #15
jose reyero commented@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