[Tickets #5620] Re: Fatal error: Unsupported operand types in /home/webmail/imp/lib/IMP.php on line 1143

bugs at bugs.horde.org bugs at bugs.horde.org
Mon Aug 13 00:44:13 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5620
-----------------------------------------------------------------------
 Ticket             | 5620
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | Fatal error: Unsupported operand types in  /home/webmail/imp/lib/IMP.php
                    | on line 1143
 Queue              | Horde Groupware Webmail Edition
 Type               | Bug
-State              | Unconfirmed
+State              | Feedback
 Priority           | 2. Medium
 Owners             | 
-----------------------------------------------------------------------


Chuck Hagenbuch <chuck at horde.org> (2007-08-12 17:44) wrote:

Please try replacing the line there ($msgList += IMP:: ...) with this block
instead:

                    $result = IMP::parseIndicesList($val);
                    if (is_array($result)) {
                        $msgList += $result;
                    }

And see if that helps.



More information about the bugs mailing list