[Tickets #6813] Re: Warning: Cannot use a scalar value as an array in Tree.php on line 1139
bugs at horde.org
bugs at horde.org
Tue Jun 3 04:46:48 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6813
-----------------------------------------------------------------------
Ticket | 6813
Updated By | jhorner at arinbe.com
Summary | Warning: Cannot use a scalar value as an array in
Tree.php on line 1139
Queue | IMP
Version | 4.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
jhorner at arinbe.com (2008-06-03 00:46) wrote:
I tried it w/o using imap_config and I get the same error/warning:
$servers['imap'] = array(
'name' => Mail Server',
'server' => 'localhost',
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => '143'
);
When I use "show non-private mailboxes in separate folders" I see the
warning on the page but additionally (from reading the code) the folder
"Shared Folders" is not in the tree, nor are any of the share folders. On
the other hand, if I use "combine all namespaces" I can see the share
folders and there aren't any warnings/errors.
To answer the first question, originally I did not use imap_config but
then I could not figure out why the personal folders were not showing up
under INBOX. So I figured I would "hard-code" the namespaces since
apparently (to me) IMP was not getting it right. I spent a great deal of
time floundering there. Finally I read the tickets on this subject and just
left the configuration that way. I understand that imap_config is not
supported.
Thanks.
More information about the bugs
mailing list