[sork] Error with passwd module in IMP
Mario Gamito
gamito at netual.pt
Fri Jun 4 08:54:22 PDT 2004
Hi,
I've installed module passwd to work with IMP.
I've followed the instructions in docs/INSTALL:
1. " To make Passwd appear in Horde, you may need to add an entry to
the Horde
horde/config/registry.php file. If so, you want to add a section that
looks
like:
$this->applications['passwd'] = array(
'fileroot' => dirname(__FILE__) . '/../passwd',
'webroot' => $this->applications['horde']['webroot'] . '/passwd',
'icon' => $this->applications['horde']['webroot'] .
'/passwd/graphics/lock.gif',
'name' => _("Password"),
'allow_guests' => false,
'show' => true,
'status' => 'active'
);"
2. If you have IMP installed, and want to include Passwd in the IMP menu
bar, you can add the application to IMP as well. Edit the file
horde/imp/config/conf.php and include 'passwd' in the list of menu
apps,
for example, it might look like the following:
$conf['menu']['apps'] = array('turba','passwd');
3. Added "conf['menu']['apps'] = array('imp');" to
passwd/config/conf.php
Well, when i login to IMP, i get this error:
"'turba,passwd' is not configured in the Horde Registry.
[line 753 of /home/www/horde/lib/Registry.php]
Details have been logged for the administrator."
What am ai missing here ?
Any help would be appreciated.
Warm regards,
Mário Gamito
More information about the sork
mailing list