Closed (fixed)
Project:
Notifications
Version:
6.x-4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 16:02 UTC
Updated:
25 Jun 2012 at 17:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
JoeMcGuire commentedAttached patch adds
hook_enable()withautoload_flush_caches()too notifications and notifications_custom which are the two affected modules which includehook_autoload_info().This allows you to run the tests and stops sites generating class not found when the module is first enabled.
You will need to test this patch in hand with the patch for the messaging API dependancy.
#1351748: Autoload classes not found on enable
Comment #2
JoeMcGuire commentedImproved patch attached which removes an old
hook_enable()fromnotifications.modulein favour of a new on innotifications.install.Comment #3
JoeMcGuire commentedFurther improved patch removing another old
hook_enable()fromnotifications_custom.module.Comment #4
ryan_courtnage commentedThans @JoeMcGuire, this patch does indeed resolve #884916: Class Notifications_Subscriptions not found
Comment #5
danepowell commentedhttp://drupalcode.org/project/notifications.git/commit/364b609
Comment #6.0
(not verified) commentedRemoved an issue from the list of related - it shouldn't have been included.