Summary | Downloaded files contain error messages like "failed to flush buffer. No buffer to flush" |
Queue | Gollem |
Queue Version | 1.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | sebastian (at) breitkopf (dot) name |
Created | 08/05/2009 (5811 days ago) |
Due | |
Updated | 11/03/2011 (4991 days ago) |
Assigned | 08/06/2009 (5810 days ago) |
Resolved | 10/17/2011 (5008 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2 |
Patch | Yes |
Reset stream pointer before sending the file content (
Bug #10709).The stream was already used earlier, when creating the Mime_Part and trying to
find a MIME viewer.
Also remove the flushing here too (
Bug #8481).3 files changed, 8 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b6d197cd1d67895c7def982a0e74eba565242b51
Taken from Chuck Hagenbuch
State ⇒ Resolved
Milestone ⇒ 2
Remove flushing (
Bug #8481).3 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ac1f6ff11a5230d44f8fa7c922685015eb036038
[jan] Fix empty_file_input_value quirk for Chrome browsers (
Bug #8481).2 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/f93a5f19691b1163c82048fb283fe635edf90649
Assigned to Chuck Hagenbuch
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Downloaded files contain error messages like "failed to flush buffer. No buffer to flush"
Queue ⇒ Gollem
Milestone ⇒
Patch ⇒ Yes
New Attachment: view.php.diff
State ⇒ Unconfirmed
"<b>Notice</b>: ob_flush() [<a
href='ref.outcontrol'>ref.outcontrol</a>]: failed to flush buffer. No
buffer to flush. in <b>/usr/share/horde3/gollem/view.php</b> on line
<b>55</b><br />"
This is annoying for text files and makes binary files unusable.
I am using the file system to store files on the server.
The reason is that output buffering is not switched on, so one could
either add a call of the "ob_start" function or remove the "ob_flush"
call. But as output buffering is not desired for downloading, it might
be better to switch it off.
I've added a path for "$Horde: gollem/view.php,v 1.51.2.5 2009/01/06
15:23:53 jan Exp $"