hi,
I get the following error when i try to activate the mapping kit module: Fatal error: Call to a member function debug() on a non-object in /drupal/modules/mappingkit/mappingkit.module on line 154

I'm using drupal 6.4.

Comments

jpulles’s picture

Status: Active » Postponed (maintainer needs more info)

The error is because a global variable $logger is not valid at that time, why I don't know. Which PHP version are you using?

Clown69’s picture

php 5.2.0
if i remove the comment in front of require_once("logger.inc.php"); in mappingkit.module it seems to work. but all the modules beside of mapping kit general are missing.

jpulles’s picture

The comment was there because the require_once was replaced by module_load_include on the following line. Apparently module_load_include (http://api.drupal.org/api/function/module_load_include/6) can't find the file to be included. I don't have much of clue what the problem can be: are the other modules working ok, are the default install folders used (sites/all/modules), are you using php hosting with limited access?

jpulles’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)