1
Hello,
I have made a clone of docmanager I called it docmanager_mic. It works very fine but when each of the two modules are activated, I get a userinfo.php blank page.
I trashed the problem in userinfo.php and find out it occurs
at the call of the method $module->search.
[CODE]
foreach ($mids as $mid) {
if ( $gperm_handler->checkRight('module_read', $mid, $groups)) {
$module =& $module_handler->get($mid);
$results =& $module->search('', '', 5, 0, $thisUser->getVar('uid'));
[/CODE]
The method "search" is a method of the class "module".
This class is defined in kernel/module.php
Method "search" include docmanager/include/search.inc.php which include swish-e.class.php and functions.php.
Seemingly, the problems seems to be directly linked with swish-e.
Would you have an idea for a clue at this problem please ?
Best regards
Gerard