[Tickets #9794] Error logged when replying or forwarding message

bugs at horde.org bugs at horde.org
Sun Apr 3 23:00:35 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9794
------------------------------------------------------------------------------
  Ticket             | 9794
  Created By         | jcblanco at fi.upm.es
  Summary            | Error logged when replying or forwarding message
  Queue              | IMP
  Version            | 5.0-RC2
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jcblanco at fi.upm.es (2011-04-03 23:00) wrote:

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'))
                 );








More information about the bugs mailing list