[imp] Installation problems / Horde 2.1 + IMP 3.1 / almost out of the box

KURZ Jurgen BRX/STI jurgen.kurz@francetelecom.com
Thu, 11 Jul 2002 13:29:42 +0200


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

---------------------- multipart/mixed attachment

------_=_NextPart_001_01C228CE.402A1192
Hello all,
=20
I am a little in trouble installing imp.
=20
Small installation history :
 - Debian WOODY, but not installed with apt-get nor dselect, to have =
the
version horde 2.1 / imp 3.1
 - apache with root set as /var/www
 - horde is installed in /var/www/horde and seems to be fine (imap =
login +
mysql pref storage) all is ok till this
=20
now I am installing imp 3.1 in /var/www/horde/imp
I have uncommented the imp section in the /horde/config/registry.php:
$this->applications['horde'] =3D array(
    'fileroot' =3D> dirname(__FILE__) . '/..',
    'webroot' =3D> '/horde',
    'initial_page' =3D> 'login.php',
    'icon' =3D> '/horde/graphics/home.gif',
    'name' =3D> _("Horde"),
    'allow_guests' =3D> true,
    'show' =3D> true,
    'templates' =3D> dirname(__FILE__) . '/../templates',
    'cookie_domain' =3D> $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'cookie_path' =3D> '/horde',
    'server_name' =3D> $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
    'server_port' =3D> $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
);
=20
 $this->applications['imp'] =3D array(
     'fileroot' =3D> dirname(__FILE__) . '/../imp',
     'webroot' =3D> $this->applications['horde']['webroot'] . '/imp',
     'icon' =3D> $this->applications['horde']['webroot'] .
'/imp/graphics/imp.gif',
     'name' =3D> _("Mail"),
     'allow_guests' =3D> false,
     'show' =3D> true
 );
when I navigate to lsh.mine.nu/horde/imp/test.php the test is ok, even =
the
imap returns ok
but=20
on http://lsh.mine.nu/horde <http://lsh.mine.nu/horde>  many things are
going wrong :
the new "mail" icon on the bottom of the screen has a wrong link :
http://lsh.mine.nu/horde/imp/?Horde=3D1679ad73683220c10c0ebeb4d38b1e1a
<http://lsh.mine.nu/horde/imp/?Horde=3D1679ad73683220c10c0ebeb4d38b1e1a&=
Horde=3D
1679ad73683220c10c0ebeb4d38b1e1a> =
&Horde=3D1679ad73683220c10c0ebeb4d38b1e1a
=20
If I try to uncomment the=20
// $this->registry['auth']['login'] =3D 'imp';
// $this->registry['auth']['logout'] =3D 'imp';
setting, I get a 404 on the top of the screen.
=20
All suggestions and help will be greatly welcome :)=20

J=FCrgen KURZ
Project Manager

France Telecom
Enterprise Solutions Division
Teleconferencing and IP services.     =20

124, rue R=E9aumur - 75002 Paris - France
Phone: +33 1 42 21 80 55
Fax:   +33 1 55 80 83 13      =20
mailto:jurgen.kurz@francetelecom.com =
<mailto:jurgen.kurz@francetelecom.com>=20
http://viasolutions.com <http://viasolutions.com/>=20



=20

------_=_NextPart_001_01C228CE.402A1192
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2713.1100" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>Hello 
all,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>I am a little in 
trouble installing imp.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>Small installation 
history :</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>&nbsp;- Debian 
WOODY, but not installed with apt-get nor dselect, to have the version horde 2.1 
/ imp 3.1</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>&nbsp;- apache with 
root set as /var/www</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>&nbsp;- horde is 
installed in /var/www/horde and seems to be fine (imap login + mysql pref 
storage) all is ok till this</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>now I am installing 
imp 3.1 in /var/www/horde/imp</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>I have uncommented 
the imp section in the /horde/config/registry.php:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002>$this-&gt;applications['horde'] = 
array(<BR>&nbsp;&nbsp;&nbsp; 'fileroot' =&gt; dirname(__FILE__) . 
'/..',<BR>&nbsp;&nbsp;&nbsp; 'webroot' =&gt; '/horde',<BR>&nbsp;&nbsp;&nbsp; 
'initial_page' =&gt; 'login.php',<BR>&nbsp;&nbsp;&nbsp; 'icon' =&gt; 
'/horde/graphics/home.gif',<BR>&nbsp;&nbsp;&nbsp; 'name' =&gt; 
_("Horde"),<BR>&nbsp;&nbsp;&nbsp; 'allow_guests' =&gt; 
true,<BR>&nbsp;&nbsp;&nbsp; 'show' =&gt; true,<BR>&nbsp;&nbsp;&nbsp; 'templates' 
=&gt; dirname(__FILE__) . '/../templates',<BR>&nbsp;&nbsp;&nbsp; 'cookie_domain' 
=&gt; $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],<BR>&nbsp;&nbsp;&nbsp; 
'cookie_path' =&gt; '/horde',<BR>&nbsp;&nbsp;&nbsp; 'server_name' =&gt; 
$GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],<BR>&nbsp;&nbsp;&nbsp; 'server_port' 
=&gt; $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']<BR>);</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002>&nbsp;$this-&gt;applications['imp'] = 
array(<BR>&nbsp;&nbsp;&nbsp;&nbsp; 'fileroot' =&gt; dirname(__FILE__) . 
'/../imp',<BR>&nbsp;&nbsp;&nbsp;&nbsp; 'webroot' =&gt; 
$this-&gt;applications['horde']['webroot'] . '/imp',<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
'icon' =&gt; $this-&gt;applications['horde']['webroot'] . 
'/imp/graphics/imp.gif',<BR>&nbsp;&nbsp;&nbsp;&nbsp; 'name' =&gt; 
_("Mail"),<BR>&nbsp;&nbsp;&nbsp;&nbsp; 'allow_guests' =&gt; 
false,<BR>&nbsp;&nbsp;&nbsp;&nbsp; 'show' =&gt; 
true<BR>&nbsp;);</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>when I navigate to 
lsh.mine.nu/horde/imp/test.php the test is ok, even the imap returns 
ok</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>but 
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>on <A 
href="http://lsh.mine.nu/horde">http://lsh.mine.nu/horde</A> many things are 
going wrong :</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>the new "mail" icon 
on the bottom of the screen has a wrong link : <A 
href="http://lsh.mine.nu/horde/imp/?Horde=1679ad73683220c10c0ebeb4d38b1e1a&amp;Horde=1679ad73683220c10c0ebeb4d38b1e1a">http://lsh.mine.nu/horde/imp/?Horde=1679ad73683220c10c0ebeb4d38b1e1a&amp;Horde=1679ad73683220c10c0ebeb4d38b1e1a</A></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>If I try to 
uncomment the </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>// 
$this-&gt;registry['auth']['login'] = 'imp';<BR>// 
$this-&gt;registry['auth']['logout'] = 'imp';</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>setting, I get a 404 
on the top of the screen.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=113574509-11072002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=113574509-11072002>All suggestions and 
help will be greatly welcome :) </SPAN></FONT></DIV>
<P><FONT size=2>Jürgen KURZ<BR>Project Manager<BR><BR>France 
Telecom<BR>Enterprise Solutions Division<BR>Teleconferencing and IP 
services.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><BR>124, rue Réaumur - 75002 
Paris - France<BR>Phone: +33 1 42 21 80 55<BR>Fax:&nbsp;&nbsp; +33 1 55 80 83 
13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR><A 
href="mailto:jurgen.kurz@francetelecom.com">mailto:jurgen.kurz@francetelecom.com</A><BR><A 
href="http://viasolutions.com/" 
target=_blank>http://viasolutions.com</A><BR><BR></FONT></P>
<DIV>&nbsp;</DIV></BODY></HTML>

------_=_NextPart_001_01C228CE.402A1192--

---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: Jurgen Kurz.vcf
Type: application/octet-stream
Size: 436 bytes
Desc: not available
Url : http://lists.horde.org/archives/imp/attachments/483eecc1/JurgenKurz.vcf

---------------------- multipart/mixed attachment--