[kronolith] horde registry

Chuck Hagenbuch chuck at horde.org
Sat Apr 5 10:13:26 PST 2003


Quoting Jorge <jorge.silva at esoterica.pt>:

> I'm using horde 2.2.1 framework and I'm trying to run kronolith 1.1RC2.
> What exactly should be added to horde /conf/registry.php to make
> kronolith work ? I alyways get this error:
>
> A fatal error has occurred:
>
> '' is not configured in the Horde Registry.

You should have something like this:

$this->applications['kronolith'] = array(
    'fileroot' => dirname(__FILE__) . '/../kronolith',
    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
    'icon' => $this->applications['horde']['webroot'] .
'/kronolith/graphics/kronolith.gif',
    'name' => _("Calendar"),
    'allow_guests' => false,
    'status' => 'active'
);

-chuck

--
Charles Hagenbuch, <chuck at horde.org>
"... It is not more light we need, but more warmth! We die of cold, not of
darkness. It is not the night that kills, but the frost." - Miguel de
Unamuno


More information about the kronolith mailing list