Active
Project:
Notifications Add-ons
Version:
6.x-4.0-beta5
Component:
FeedAPI subscriptions
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 00:02 UTC
Updated:
13 Sep 2011 at 19:42 UTC
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/notifications/notifications.node.inc' (include_path='...\sites\all\modules\notifications_extra\notifications_extra\notifications_feed\notifications_feed.module on line 17
Comments
Comment #1
reinis.berzins commentedAs soon as I enabled any version of Feed Subscriptions submodule (oldest or newest) - my entire site turned into WSOD.
So I opened this file
notifications_extra\notifications_feed\notifications_feed.modulein the text editor, and on line 16 changed the old path (compatible with notifications 6.x-2.x releases):require_once drupal_get_path('module', 'notifications') .'/notifications.node.inc';to a new path (compatible with notifications 6.x-4.x releases):
require_once drupal_get_path('module', 'notifications') .'/includes/node.inc';So far the problem seems to have gone away.