[Tickets #3177] NEW: select messages appear blank due to buildmessage exiting.

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Dec 20 14:57:55 PST 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=3177
-----------------------------------------------------------------------
 Ticket             | 3177
 Created By         | phyre at rogers.com
 Summary            | select messages appear blank due to buildmessage exiting.
 Queue              | IMP
 Version            | 4.0.4
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


phyre at rogers.com (2005-12-20 14:57) wrote:

So far I've only seen this on messages from one or two avid outlook users
who love to place attachments inline into their messages and whatnot.  The
message window just appears blank- no errors in PHP or apache logs-  Just a
blank page returned to me (no headers, no anything.  0 bytes).

I've traced the problem down to the buildmessage() function call on line 231
of imp/message.php.  If I add comments around this section in
imp/message.php, the message loads perfectly.

if (!$imp_contents->buildMessage()) {
    _returnToMailbox(null, 'message_missing');
    require IMP_BASE . '/mailbox.php';
    exit;
}

I've attempted to trace down the particular problem in buildMessage and the
horde libraries, but can't seem to quite pinpoint it, but in any case, it
probably shouldn't be just exiting out.

PHP 5.1, Apache 2.  This seems to be the only issue I'm experiencing with
it.




More information about the bugs mailing list