Closed (fixed)
Project:
Mailing List Manager
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 18:38 UTC
Updated:
9 Aug 2012 at 17:14 UTC
I get this error after installing mlm module and go to /admin/build/mlm:
"Fatal error: Class 'mlm_drupal' not found in /var/www/sites/all/modules/mlm/modules/mlm_views/includes/mlm_views.inc on line 3"
please help..
thanks
Comments
Comment #1
danhimes commentedI am getting the exact same error after installing the mlm module.
Comment #2
martinvandiest commentedSame here. Subscribing.
Comment #3
alwin4711 commentedsame here, how we can fix it ??????
Comment #4
abramer commentedi get the same error message.
Can the maintainer of the module please help us!!
Comment #5
ptam commentedSame error
Comment #6
abhishekgupta92 commentedI am getting the same error in version 6.x-10-alpha4.
Comment #7
tcconway commentedSubscribing.
Comment #8
shunting commentedMaybe all the include files aren't being included?
mlm.module: module_load_include('subscription.inc', 'mlm', 'include/mlm');
doesn't look like the API example:
// Load node.admin.inc from the node module.
module_load_include('inc', 'node', 'node.admin');
http://api.drupal.org/api/function/module_load_include
I'll try this and see what result I get...
UPDATE I'm not done, so I won't make a patch yet, but for now, the changes I had to make are roughly like this:
The changes at 1 and 2 look like this (and make the line numbers from 3-7 inexact):
Then 3-7 are changes to conform module_load_include to the API. There may be more, but at least the module is loading now.
Comment #9
allie mickaThis should be fixed.
Thanks!