Active
Project:
Newsletter (D7)
Version:
7.x-1.0-beta9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
19 Feb 2013 at 09:44 UTC
Updated:
28 May 2013 at 21:07 UTC
Hi,
My newsletter module was fine until today. I had this error message first :
Fatal error: Class 'EntityReference_SelectionHandler_Broken' not found in /home/ccbta/www/sites/all/modules/entityreference/entityreference.module on line 169
After upgrade drupal core and some modules, I have this error message now :
Fatal error: require_once() [function.require]: Failed opening required '/home/ccbta/www/sites/all/modules/newsletter/includes/newsletter.user.inc' (include_path='.:') in /home/ccbta/www/includes/menu.inc on line 515
Do you know what's the problem? Thanks
Comments
Comment #1
ParisLiakos commentedwell, is the file there? i guess it is not there, you have to re-download the module
Comment #2
astutonetHi
I'm trying to test this module on a site that is in production, but I have this same issue with the following message:
Warning: require_once(/home/mysite/public_html/sites/all/modules/newsletter/includes/newsletter.admin.inc) [function.require-once]: failed to open stream: No such file or directory in menu_execute_active_handler() (line 515 of /home/mysite/public_html/includes/menu.inc).
Warning: require_once(/home/mysite/public_html/sites/all/modules/newsletter/includes/newsletter.admin.inc) [function.require-once]: failed to open stream: No such file or directory in menu_execute_active_handler() (line 515 of /home/mysite/public_html/includes/menu.inc).
The Newsletter module was disabled.
I had all the dependencies installed, just added the necessary library and module Newsletter.
I'm using:
- Drupal 7.22;
- Entity API 7.x-1.1;
- Entity Reference 7.x-1.0+5-dev;
- Taxonomy (Drupal core);
- Token 7.x-1.5+0-dev; e
- jquery.jqplot.1.0.8r1250.
Any idea?
Tks.