2
I have exactly the same problem with a selfmade module.
I tried uninstalling the module, but got an error. (in xoops_version.php, on line 24)
xoops_version.php:
22. $module_handler =& xoops_gethandler('module');
23. $module =& $module_handler->getByDirname('x-life');
24. $module_id = $module->mid();
I comment it out, and the error's gone, but I get a blank page (no errors with php debug on)
I uncomment it again:
Fatal error: Call to undefined function: mid() in /path/to/my/module/xoops_version.php on line 24