[horde] Jonah and Passwd with Horde 3.0?

David Solbach d at vidsolbach.de
Wed Mar 23 07:21:17 PST 2005


Hi,

a few days ago I got the latest tarballs from the horde server to uprage an
older horde installation.

IMP, turba, kronolith and mnemo worked fine (besides the weather.com thing,
whats wrong with it? ;)

Then I tried to add passwd and jonah (news) to it. I extracted the newest
tarballs into the horde directory, but they did not appear in the
adriminstration menu to create the config as I was used to.

registry.php from horde looks fine:

-snip-
$this->applications['jonah'] = array(
    'fileroot' => dirname(__FILE__) . '/../jonah',
    'webroot' => $this->applications['horde']['webroot'] . '/jonah',
    'name' => _("News"),
    'status' => 'inactive',
    'provides' => 'news',
    'menu_parent' => 'info'
);

..

$this->applications['passwd'] = array(
    'fileroot' => dirname(__FILE__) . '/../passwd',
    'webroot' => $this->applications['horde']['webroot'] . '/passwd',
    'name' => _("Password"),
    'status' => 'inactive',
    'menu_parent' => 'myaccount'
);
-snap-

Any Idea? Or need more info?

David


More information about the horde mailing list