6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/5/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9644] Every message displays as empty
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ \ / . __. | |[__) >< |(__ |/\|[__)/ \\__|.__)
Comment
>> Confirmed, problem and solution. This is on Ubuntu 8.04 LTS eg. PHP >> 5.2.4-2ubuntu5.14 > > Now we're getting somewhere... namely that your PHP installations are broken. > > There is NO need to rewind the data stream at the code location > mentioned. I have verified that the stream is not rewound on my > installation, and I see everything just fine. The stream is only > rewound when needed in Horde_Imap_Client_Data_Fetch. > > Can you try running this test script on your machine? > > <?php > $a = fopen('php://temp', 'w+'); > fwrite($a, 'A'); > print stream_get_contents($a, -1, 0) . "\n"; > > This should return 'A'. I'm guessing on your machine it will return > nothing (i.e. stream_get_contents() is broken).
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