[imp] error reading mails (mime?)
wurst at eminenz.ath.cx
wurst at eminenz.ath.cx
Fri Dec 6 06:45:45 2002
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/
More information about the imp
mailing list