[imp] new pgp stuff

Ilya mail@krel.org
Sat, 13 Apr 2002 16:26:57 -0400


Chuck, I just got latest registry.php.dist, copied it over, removed the
application I dont use and same thing happens. though for some reason I dont
see errors about undefined offsets, I still cannot import pgp public key. I
even tried to put it manually in sql, but IMP doesnt see it.

diff registry.php registry.php.dist
26c26
<     'webroot' => '',
---
>     'webroot' => '/horde',
28c28
<     'icon' => '/graphics/home.gif',
---
>     'icon' => '/horde/graphics/home.gif',
57,64c57,64
< //$this->applications['gollem'] = array(
< //    'fileroot' => dirname(__FILE__) . '/../gollem',
< //    'webroot' => $this->applications['horde']['webroot'] . '/gollem',
< //    'icon' => $this->applications['horde']['webroot'] .
'/gollem/graphics/gollem.gif',
< //    'name' => _("File Manager"),
< //    'allow_guests' => false,
< //    'show' => true
< //);
---
> $this->applications['gollem'] = array(
>     'fileroot' => dirname(__FILE__) . '/../gollem',
>     'webroot' => $this->applications['horde']['webroot'] . '/gollem',
>     'icon' => $this->applications['horde']['webroot'] .
'/gollem/graphics/gollem.gif',
>     'name' => _("File Manager"),
>     'allow_guests' => false,
>     'show' => true
> );
102,109c102,109
< //$this->applications['chora'] = array(
< //    'fileroot' => dirname(__FILE__) . '/../chora',
< //    'webroot' => $this->applications['horde']['webroot'] . '/chora',
< //    'icon' => $this->applications['horde']['webroot'] .
'/chora/graphics/chora.gif',
< //    'name' => _("CVS"),
< //    'allow_guests' => false,
< //    'show' => true
< //);
---
> $this->applications['chora'] = array(
>     'fileroot' => dirname(__FILE__) . '/../chora',
>     'webroot' => $this->applications['horde']['webroot'] . '/chora',
>     'icon' => $this->applications['horde']['webroot'] .
'/chora/graphics/chora.gif',
>     'name' => _("CVS"),
>     'allow_guests' => false,
>     'show' => true
> );
120,127c120,127
< //$this->applications['whups'] = array(
< //    'fileroot' => dirname(__FILE__) . '/../whups',
< //    'webroot' => $this->applications['horde']['webroot'] . '/whups',
< //    'icon' => $this->applications['horde']['webroot'] .
'/whups/graphics/whups.gif',
< //    'name' => _("Bugs"),
< //    'allow_guests' => false,
< //    'show' => true
< //);
---
> $this->applications['whups'] = array(
>     'fileroot' => dirname(__FILE__) . '/../whups',
>     'webroot' => $this->applications['horde']['webroot'] . '/whups',
>     'icon' => $this->applications['horde']['webroot'] .
'/whups/graphics/whups.gif',
>     'name' => _("Bugs"),
>     'allow_guests' => false,
>     'show' => true
> );




----- Original Message -----
From: "Chuck Hagenbuch" <chuck@horde.org>
To: <imp@lists.horde.org>
Sent: Saturday, April 13, 2002 8:57 AM
Subject: Re: [imp] new pgp stuff


> Quoting Ilya <mail@krel.org>:
>
> > I also get this errors for almost all methods (or all what I tried):
> > The method "publickey/list" is not defined in the Horde registry
> > The method "publickey/get" is not defined in the Horde registry,
>
> You didn't update registry.php correctly.
>
> > and of course the methods with these names are present in my
> > registry.conf:
>
> You need them at the top of the file, where you assign services to
> implementations, too.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
>  and justice is a good dream." - Tariq Ramadan
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>
>