6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
12/21/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9276] Tree initialization does not work for new users
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __.. .. .___ | |(__ |__|| [__ |/\|.__)| ||___|
Comment
> After upgrading to 4.3.8 new users got stuck after login, as the > PHP-Script to initialize the imap-folder tree failed with the > following error: > > PHP Fatal error: Unsupported operand types in > /path/to/horde/imp/lib/IMAP/Tree.php on line 333 > > The following patch fixes the problem: > > --- imp/lib/IMAP/Tree.php.old 2010-09-30 14:44:59.000000000 +0200 > +++ imp/lib/IMAP/Tree.php 2010-09-30 14:46:22.000000000 +0200 > @@ -327,6 +327,9 @@ > // See RFC 3501 [6.3.9] > $names = > array_flip(array_intersect($this->_getList(true), > array_keys($names))); > } > + if (!isset($names)){ > + $names = array(); > + } > > if (!isset($names['INBOX'])) { > /* INBOX must always appear. */ >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers