[imp] newbie first time setup. registry.php problem

J. Patrick Campbell patrick at lowmips.com
Wed Oct 20 10:24:01 PDT 2004


I just installed the latest version in gentoo portage last night.
I'm trying to configure imp and i get this error on
https://lowmips.com/horde/
Fatal error: Call to undefined function: _() in
/var/www/localhost/htdocs/horde/config/registry.php on line 91

here's the relevant line in registry.php
91:     'name' => _("Horde"),


here's some more registry.php i think is relevant
$this->applications['horde'] = array(
    'fileroot' => '/var/www/localhost/htdocs'. '/..',
    'webroot' => '/horde',
    'initial_page' => 'login.php',
    'icon' => '/horde/graphics/home.gif',
    'name' => _("Horde"),
    'allow_guests' => true,
    'status' => 'active',
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $_SERVER['SERVER_NAME'],


Thank you for your response,

J. Patrick Campbell


-- 
http://patrickcampbell.us



More information about the imp mailing list