[Tickets #9769] Re: Another JS error during mailbox loading
bugs at horde.org
bugs at horde.org
Tue Apr 5 23:06:43 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9769
------------------------------------------------------------------------------
Ticket | 9769
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Another JS error during mailbox loading
Queue | IMP
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-04-05 23:06) wrote:
Would you be happening to use Cyrus also, with CONDSTORE enabled but
MODSEQs disabled (e.g. Bug #9796)? Because this simply should not
happen:
"cacheid":"V1233013246|U75950|M-57|9|0"
That is saying that the status return for the mailbox is reporting -57
messages. I can't even begin to reproduce this.
That being said, the error reported is because the thread data was
returned as an empty array which was converted by json_encode into an
array. However, viewport is expecting this to be a hash. Thus, the
solution is to always cast the thread return as a a hash.
I'll postpone committing this until the releases are finished.
More information about the bugs
mailing list