6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7707] Only messages with From, To, Cc AND Bcc headers will load
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___.___ __ .__ |_/ [__ [__ / `[__) | \| | \__.[__)
Comment
> I've been getting blank pages upon trying to load messages. I did > some debugging and found the culprit. Line 155-160 of message.php > > > > /* Build From/To/Cc/Bcc links. */ > > foreach (array('from', 'to', 'cc', 'bcc') as $val) { > > $addrlist = $ob->addrlist[$val]; > > if (empty($addrlist) || !is_array($addrlist)) { > > return; > > } > > } > > > > This is mostly a linear file and the foreach is not in a function. So > return ends the processing of the page! It SHOULD be a break; I > changed it to this and it works just fine.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers