[Tickets #7681] Re: changes to lib/IMAP/Tree.php cause folder list to fail
bugs at horde.org
bugs at horde.org
Fri Dec 5 17:11:15 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7681
------------------------------------------------------------------------------
Ticket | 7681
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | changes to lib/IMAP/Tree.php cause folder list to fail
Queue | IMP
Version | 4.3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2008-12-05 12:11) wrote:
>> OK - add print_r($_SESSION['imp']['cache']['imp_tree']) directly
>> above line 220.
>
> IMP_Tree Object
> (
> [_tree] => Array
> (
> [%] => Array
> (
> [a] => 64
> [v] => %
> )
If that is indeed what is stored in your
$_SESSION['imp']['cache']['imp_tree'], I have no idea what is wrong
with your installation. $_SESSION['imp']['cache']['imp_tree'] is set
in one location in the code, and in that location it is serialized.
Your data is not serialized.
Maybe this patch will help:
http://cvs.horde.org/diff.php/imp/lib/IMAP/Tree.php?r1=1.25.2.60&r2=1.25.2.61
More information about the bugs
mailing list