[imp] imp problem

Ilya mail@krel.org
Mon, 21 Jan 2002 23:44:22 -0500


i guess so, i set my horde to be in the root
so :
$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    //'webroot' => '/horde',
    'webroot' => '',
    'initial_page' => 'login.php',
    'icon' => '/graphics/home.gif',
    'name' => _("Horde"),
    'allow_guests' => true,
    'show' => true,
    'templates' => dirname(__FILE__) . '/../templates',
    'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'cookie_path' => '/',
    'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
);
and than:
$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' => true,
    'show' => true
);

do i need to change anything else to run it in root of web server?

----- Original Message -----
From: "Jan Schneider" <jan@horde.org>
To: <imp@lists.horde.org>
Sent: Monday, January 21, 2002 3:10 AM
Subject: Re: [imp] imp problem


> Zitat von Ilya <mail@krel.org>:
>
> > yes that seemed to be the case. thank you
> > another problem - when i login to HORDE i get a blank page in the top
> > frame,
> > and have to click on mail icon below to proceed. is it by design or smth
> > is
> > wrong?
>
> This is wrong. Did you set the paths in registry.php correctly?
>
> Jan.
>
> --
> ::::::::::::::::::::::::::::::::::::::::
> AMMMa AG - discover your knowledge
> :::::::::::::::::::::::::::
> Detmolder Str. 25-33 :: D-33604 Bielefeld
> fon +49.521.96878-0 :: fax  +49.521.96878-20
> http://www.ammma.de
> ::::::::::::::::::::::::::::::::::::::::::::::
>
> --
> 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
>
>