[imp] Undefined index: attributes
Stephane Morand
Stephane.Morand@polytechnique.fr
Fri, 15 Mar 2002 08:57:04 +0100 (CET)
Hi Chuck,
> What IMAP server, what folder setup, what does your configuration look
> like, etc...
>
> -chuck
Imap server is imap-2001a
I use the latest horde release:
Horde version 2.1 (RC1)
IMP IMP 3.1 (RC1)
Turba 1.1 (RC1)
I use postfix/ Mailbox is in ~homedirectory/Mailbox but it shouldn't be
the problem.
Folder set up (imp/config/con.php)
diff conf.php conf.php.dist
37c37
< $conf['menu']['apps'] = array('turba');
---
> $conf['menu']['apps'] = array();
57c57
< $conf['user']['allow_resume_all'] = true;
---
> $conf['user']['allow_resume_all'] = false;
73c73
< $conf['user']['select_sentmail_folder'] = true;
---
> $conf['user']['select_sentmail_folder'] = false;
88c88
< $conf['server']['server_list'] = 'hidden';
---
> $conf['server']['server_list'] = 'none';
153c153
< $conf['mailbox']['from_link'] = 'compose';
---
> $conf['mailbox']['from_link'] = 'message';
157c157
< $conf['mailbox']['show_attachments'] = true;
---
> $conf['mailbox']['show_attachments'] = false;
166c166
< $conf['msg']['prepend_header'] = false;
---
> $conf['msg']['prepend_header'] = true;
170c170
< $conf['msg']['append_trailer'] = false;
---
> $conf['msg']['append_trailer'] = true;
207c207
< $conf['compose']['allow_receipts'] = false;
---
> $conf['compose']['allow_receipts'] = true;
In server.php:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'my.server.com',
'protocol' => 'imap',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'my.server.com',
'smtphost' => 'my.server.com',
'realm' => '',
'preferred' => ''
);
Also I use the lastest php release and mysql as container..
Any tips ?
Steph
On Thu, 14 Mar 2002, Chuck Hagenbuch wrote:
> Quoting Stephane Morand <Stephane.Morand@polytechnique.fr>:
>
> > I got an error message with IMP 3.1 (RC1) when clicking on the "folder"
> >
> > logo and then on the "reload view" logo . The error appear only when
> > doing this sequence.
> > Error message:
> >
> > Warning: Undefined index: attributes in
> > /home/http/mail/horde-2.1/imp-3.1/lib/Tree.php on line 720
>
> What IMAP server, what folder setup, what does your configuration look
> like, etc...
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "A dream which helps you to live your reality with dignity
> and justice is a good dream." - Tariq Ramadan