[imp] Probleme IMP-4.0 folders.php

Benoit DELAGARDE Benoit@beemind.com
Fri, 23 Nov 2001 17:02:59 +0100


Here is my configuration

$servers['Local'] = array(
    'name' => 'Serveur local',
    'server' => '192.168.1.54',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => 'INBOX.',
    'namespace' => '',
    'maildomain' => '192.168.1.54',
    'smtphost' => '192.168.1.54',
    'realm' => '192.168.1.54',
    'preferred' => ''
);

Is there a documentation for HORDE and/or IMP?.
In the cvs, the doc seem to bee very lite, but perhaps i have mase a
mistake...


-----Message d'origine-----
De : Jan Schneider [mailto:jan@horde.org] 
Envoyé : vendredi 23 novembre 2001 15:23
À : imp@lists.horde.org
Objet : Re: [imp] Probleme IMP-4.0 folders.php

Zitat von Benoit DELAGARDE <Benoit@beemind.com>:

> Hi all,
>  
> I'm using Horde:cvs, IMP: cvs (getted this morning, french time) on a
> linux box with : 
> Apache/1.3.22 (Unix) Debian/GNU 
> PHP/4.1.0RC1
> Courier-IMAP (1.3.8.1) witch is modified for blocking delete on mails
> and directories. This modification work perfectly with Outlook,
> Netscape(Linux and Window), eudora, evolution.
>  
> I have an error on the ./horde/imp/folders.php : 
>  
> Warning: Undefined index: attributes in
/var/www/horde/imp/lib/Tree.php
> on line 703 Warning: Cannot add header information - headers already
> sent by (output started at /var/www/horde/imp/lib/Tree.php:703) in
> /usr/share/pear-4.0.7/HTTP/Compress.php on line 75 Warning: Cannot add
> header information - headers already sent by (output started at
> /var/www/horde/imp/lib/Tree.php:703) in
> /usr/share/pear-4.0.7/HTTP/Compress.php on line 76 Warning: Cannot add
> header information - headers already sent by (output started at
> /var/www/horde/imp/lib/Tree.php:703) in
> /usr/share/pear-4.0.7/HTTP/Compress.php on line 86 Warning: Cannot add
> header information - headers already sent by (output started at
> /var/www/horde/imp/lib/Tree.php:703) in
> /usr/share/pear-4.0.7/HTTP/Compress.php on line 100
>  
> And then a list of strange code (i supose it's the compressed page).
>  
> When i reload the page, it work.
> This is for InternetExplorer 6.0. On Mac with IE 5 there is the same
> error but the rest of the page appear.
>  
> I hope im clear (sorry im french)
> Regards.

There is probably something wron with imp's server configuration. Can
you 
post the entry in servers.php that belongs to your server?

Jan.