[imp] error reading mails (mime?)

Travis Read travisr at rave.iinet.net.au
Fri Dec 6 06:51:34 2002


I may be way wrong (I'm new to PHP) but I think what you want is thus:

$this->applications['horde'] = array(
    'fileroot' => '/srv/www/htdocs/horde',
    'webroot' => '/horde',
    'initial_page' => 'login.php',
    'icon' => '/horde/graphics/home.gif',
    'name' => _("Horde"),
    'allow_guests' => true,
    'status' => 'active',
    'templates' => dirname(__FILE__) . '/../templates'
);


Kind regards,

------------------------------------------------------------------------------
Travis Read
travisr@staff.iinet.net.au
------------------------------------------------------------------------------

" there is a war going on, it's not about who has the most bullets,
         it's about who controls the information " - SNEAKERS

On Fri, 6 Dec 2002 wurst@eminenz.ath.cx wrote:

> Zitat von Michael M Slusarz <slusarz@bigworm.colorado.edu>:
>
> > Quoting wurst@eminenz.ath.cx:
> >
> > | can't open any of richard de vroedes mails to the list. there seems to be
> > | a path doubled entered. but where?
> > | thanks
> > | -------------------
> > | Warning: Failed
> > | opening
> > | '/srv/www/htdocs/horde/config/srv/www/htdocs/horde/lib/MIME/Viewer/secur
> > | ity.php' for inclusion (include_path='/usr/local/share/pear')
> >
> > This is a bad path.  Check your horde/config/registry.php file.
>
> i can't find a wrong path. my horde is in /srv/www/htdocs/horde and in apache
> it's /horde so here are the two entries:
> thanks
> -----------------------
> registriy.php:
>
> $this->applications['horde'] = array(
>     'fileroot' => dirname(__FILE__) . '/srv/www/htdocs/horde',
>     'webroot' => '/horde',
>     'initial_page' => 'login.php',
>     'icon' => '/horde/graphics/home.gif',
>     'name' => _("Horde"),
>     'allow_guests' => true,
>     'status' => 'active',
>     'templates' => dirname(__FILE__) . '/../templates'
> );
>
> $this->applications['imp'] = array(
>     'fileroot' => dirname(__FILE__) . '/../imp',
>     'webroot' => $this->applications['horde']['webroot'] . '/imp',
>     'icon' => $this->applications['horde']
> ['webroot'] . '/../imp/graphics/imp.gif',
>     'name' => _("Mail"),
>     'allow_guests' => false,
>     'status' => 'active',
>     'provides' => 'mail'
> );
> -------------------------
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>



More information about the imp mailing list