Active
Project:
Notifications
Version:
6.x-4.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2010 at 13:58 UTC
Updated:
18 Oct 2011 at 15:53 UTC
"Immediate sending" stopped working after 2.x-dev to 4.x-dev upgrade, even though "Immediate sending" box is ticked.
Comments
Comment #1
skyredwangafter upgrading from 2.x to 4.x (installed Autoload and no SQL errors), go to /admin/messaging/notifications/queue/operations/test, no subscription is there! All zero; and Test Run also confirms there is nothing to send.
Comment #2
zeezhao commented#skyredwang, its better you enter a separate issue, so that it is captured and tracked. I have changed title back to original issue.
Comment #3
zeezhao commentedThis seems related to the fact that content types now need to be "Enabled" via: admin/messaging/notifications/events
Note that selecting admin/messaging/notifications/events/configure via menu (Notifications Settings -> Events -> configure) gives an error:
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/notifications/notifications_tools/notifications.admin.inc' ... in ....includes\menu.inc on line 346
The way aaround this is to go via: admin/messaging/notifications/events
Comment #4
jose reyero commentedRight, if you enable the 'content type extension' you need to check events. So is that the issue?
Comment #5
zeezhao commentedYes, that appears to be the issue but it was not immediately obvious.
Please note the error I found in #3.
Comment #6
drupal_hhp commentedI'm experiencing the same problem. I have the content type extension module enabled. I have enabled the events at admin/messaging/notifications/events and immediate sending but can only get my notifications when cron runs and not when the event has occured.
Comment #7
jose reyero commented@drupal_php,
Does the issue go away when you disable the 'content type extension'?
Comment #8
SchwebDesign commentedI am getting error above in #3 as well, using the admin menu link directly to Notifications Settings -> Events -> configure
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/notifications/notifications_tools/notifications.admin.inc' ... in ....includes\menu.inc on line 346
Comment #9
guidot commentedI have a similar error when I try to go to admin/messaging/notifications/events/configure:
I tried putting a symbolic link in place:
ln -s 'sites/all/modules/notifications/notifications.admin.inc' 'sites/all/modules/notifications/notifications_content/notifications.admin.inc'I emptied all caches by invoking
drush cc alland also selectingFlush all cachesin Admin menu. I also cleared the XCache I am using.I tried that again after disabling the Content Type extension, to no avail.
Comment #10
eighthourlunch commentedsubscribe
Comment #11
anea02 commentedI am experiencing the same issue but I have not enabled 'content type extensions'. Will try workaround in #3
Comment #12
jim kirkpatrick commentedSubscribe...
Getting "Fatal error: require_once" error on
admin/messaging/notifications/events/configureas per #3 and others. Had it before and after enableing content type extension module...Have re-saved the
admin/messaging/notifications/eventsand hope that fixes it.Comment #13
jim kirkpatrick commentedAnyone got it to work?
We get 'web' notifications, and comment ones, but node create seems to not be working...