[Tickets #4744] Re: php dying on IMP::status() call on line 56 of templates/compose/compose.inc
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Dec 6 23:59:26 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4744
-----------------------------------------------------------------------
Ticket | 4744
Updated By | cbs at cts.ucla.edu
Summary | php dying on IMP::status() call on line 56 of
| templates/compose/compose.inc
Queue | IMP
Version | 4.1.3
Type | Bug
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
cbs at cts.ucla.edu (2006-12-06 23:59) wrote:
After adding a lot more logging, I've tracked it to
Horde/Notification/Listener.php:getEvent()
This isn't completing:
if ($userinfo) {
if (is_array($userinfo)) {
$userinfo = @implode(', ', $userinfo);
}
$ob->_message = $ob->getMessage() . ' : ' . $userinfo;
The @implode is failing. If I comment that out, I get back to the compose
screen with one "Please resolve ambiguous or invalid addresses." message in
a yellow warning box for every time that I reloaded / clicked "Expand
Names".
More information about the bugs
mailing list