6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9213] Left pane menu crash when no folder on imap server
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__..__ \ /.__ [__)| || \ >< [__) | \|__||__// \|
Comment
>> I can't reproduce this. > > Here are "print_r" of some arrays that might help you. These are > obtained when I have no folders (other than INBOX). > > - print_r of the result of "$this->_runCommand('NAMESPACE');" from > imp/lib/IMAP/Client.php > > IMAP_CLIENT readNamespaces: stdClass Object > ( > [response] => OK > [message] => NAMESPACE NIL NIL (("Shared/" "/")) > [type] => 1 > ) > > - print_r of "$this->_namespaces" in function init() from > imp/lib/IMAP/Tree.php > > ( > [Shared/] => Array > ( > [name] => Shared/ > [delimiter] => / > [type] => shared > [hidden] => > ) > ) > > => note that there is no "[type] => personal" section in the array > > - print_r of "$this->_tree" just before leaving init() in > imp/lib/IMAP/Tree.php > > ( > [%] => Array > ( > [a] => 64 > [v] => % > ) > ) > > => note: there is no [INBOX] element... > > - print_r of $tree_ob just before foreach($tree_ob[0], ... > > ( > [0] => Array > ( > [0] => Array > ( > [display] => > [peek] => > ) > > ) > > [1] => Array > ( > ) > > [2] => Array > ( > [0] => > ) > > ) > > => no [value]... > > > Hope this help.
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