6.0.0-beta1
7/6/25

[#9794] Error logged when replying or forwarding message
Summary Error logged when replying or forwarding message
Queue IMP
Queue Version 5.0-RC2
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester jcblanco (at) fi (dot) upm (dot) es
Created 04/03/2011 (5208 days ago)
Due 04/04/2011 (5207 days ago)
Updated 04/04/2011 (5207 days ago)
Assigned
Resolved 04/04/2011 (5207 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/04/2011 09:39:20 AM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
04/04/2011 09:39:08 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug #9794: Fix object casting to string

  1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/09733a9b1c30ddf7faa43d783436d2bbf08c0cbf
04/03/2011 11:00:35 PM jcblanco (at) fi (dot) upm (dot) es Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Due ⇒ 04/04/2011
Summary ⇒ Error logged when replying or forwarding message
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
I'm not familiar enough with the IMP code bu based in a error in errorlog
Apr  3 19:02:11 xweb HORDE: HORDE [imp] PHP ERROR: Illegal offset type 
[pid 24959 on line 90 of "/srv/www/htdocs/horde/imp/lib/Indices.php"]
I think that there is a bug in Indices.php line 89
                 $indices = array(
                     $data->getMetadata('mailbox') => 
array($data->getMetadata('uid'))
                 );
Must be
                 $indices = array(
                     strval($data->getMetadata('mailbox')) => 
array($data->getMetadata('uid'))
                 );


Saved Queries