I must be doing something really stupid, but I have tried subscribing to everything, and I cannot get any messages on the queue. When I set debug mode nothing is ever added to the footer. I have set my filters to "none" but I don't think there is ever any messages to filter that are put on the queue since the queue is always showing "0." I have tried immediate sending as well as through cron. I have tried rc2 and the latest dev for both messaging and notifications. No errors are reported The only clue I can find is when I create new content that should be put on the queue I see this message consistently in the log:
Type Datesort icon Message User Operations
warning page not found 10/06/2008 - 09:46 content/undefined
I don't even know how to tell if this is a Notifications or Messaging module problem. But I know I have spent hours on this already and nobody else seems to be having this sort of trouble?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot-2.jpg | 53.22 KB | whyameye |
Comments
Comment #1
whyameye commentedI also get this error, both with -dev and -beta3:
Fatal error: Unsupported operand types in /home1/hackartl/public_html/drupal/sites/all/modules/notifications/notifications.module on line 1171
this shows up when I try to look at the notifications for my group.
Comment #2
whyameye commentedI tried a fresh install with beta3. The only modules installed other than core required are token, messaging and notifications. Drupal 6.4. Now I can get content on the queue but the queue will not empty. If you look at the screenshot it is clear I have run the queue process and yet there is still a message in the queue. I've tried emptying the queue and retrying and get the same thing.
Comment #3
jose reyero commentedDo you have any sending method (messaging plug-ins enabled?)
Debug mode may prevent your messages from being sent out, it will log to watchdog though, let us know what you see there.
Comment #4
jose reyero commentedSome warnings for sending methods not enabled have been added all around the module, hope no one has this issue anymore.
Comment #5
avr commentedI'm also having trouble getting Notifications set up - in general. I have enabled messaging methods - including PHPMailer based on a warning you must have added.
I have been trying to use this with Advanced Forum, but have not been able to get anything to show up in the queue. I'm sure that it's just an access/permission issue somewhere, but I can't seem to find it. It seems that I've tried changing almost every permission setting I can find, but still nothing showing up in the queue or even in watchdog.
In addition to Advanced Forum, I also have Forum Access module installed for the forums - I'm not sure if that would do it, or not.
Thanks for your help!