10
           
            
                
     
    
    Just want to let you know I found a bug in mpmanager when using it with mysearch.
I get this fatal error with a blank page (just for anonimus users)
 Fatal error: Call to a member function on a non-object in /srv/www/virtual/gifts45.com/htdocs/modules/mpmanager/include/search.inc.php on line 51  
 if (!empty($user)) { 
 
 if (strlen($user) < 3 ) { 
  $onglet = 0; 
   }        
} else { $onglet = 0; }  
line 51 is $onglet = 0;
I turned
$modversion['hasSearch'] = 1;
into
$modversion['hasSearch'] = 0;
at xoops_version.php in mpmanager - solved the issue for now, since I don't need the mpmanager results in the site search .
it might help one that get the blank screen understand where the problem comes from.
Now I understand why anonimus users have issues also in the site search...