I have installed Horde but when I try to run test.php I get this php error
 
Fatal error: Call to undefined function: _() in /usr/local/apache/htdocs/mail/horde/config/registry.php on line 67 
 
The error is in this line:
 
                                                                                                                           
$this->applications['horde'] = array(                                                                                       
    'fileroot' => dirname(__FILE__) . '/..',                                                                                
    'webroot' => '/horde',                                                                                                  
    'initial_page' => 'login.php',                                                                                          
    'icon' => '/horde/graphics/home.gif',                                                                                   
error -->    'name' => _("Horde"),                                                                                                   
    'allow_guests' => true,                                                                                                 
    'show' => true,                                                                                                         
    'templates' => dirname(__FILE__) . '/../templates',                                                                     
    'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],                                                         
    'cookie_path' => '/horde',                                                                                              
    'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],                                                           
    'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']                                                            
);                                                                                                                          
                                                                                                                            
What is wrong with the _("Horde")
 
I'm using PHP 4.2.1
 
Cheers,
 
Flemming Christensen
 
-------------- next part --------------
Skipped content of type text/html