Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Brad Jennings on November 21, 2003, 09:06:03 PM

Title: mnemo and 6u3
Post by: Brad Jennings on November 21, 2003, 09:06:03 PM
I recently upgraded to 6u3 from 5.6.  My 5.6 box had mnemo and kronolith installed.  Well, I've managed to screw up my webmail.  Most of the things work, but if I go to my address book, I get 'mnemo' is not configured in the Horde Registry.

[line 753 of /home/httpd/html/horde/lib/Registry.php]


Anyone have any suggestions?  Reinstall mnemo?  If so, what files should I reinstall.  Any help is always appreciated.
Title: Re: mnemo and 6u3
Post by: Ergin on November 22, 2003, 04:28:06 PM
edit your

# /home/httpd/horde/config/registry.php

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

Good luck