6.0.0-alpha14
6/27/25

[#8649] Page compression fails
Summary Page compression fails
Queue Passwd
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester horde (at) albasoft (dot) com
Created 10/16/2009 (5733 days ago)
Due
Updated 10/19/2009 (5730 days ago)
Assigned
Resolved 10/19/2009 (5730 days ago)
Github Issue Link
Github Pull Request
Milestone 3.1.2
Patch Yes

History
10/19/2009 11:25:33 PM Jan Schneider Comment #2
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒ 3.1.2
Reply to this comment
Committed, thanks.
10/16/2009 05:06:30 PM horde (at) albasoft (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Passwd
Summary ⇒ Page compression fails
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Page rendering fails when horde config says

$conf['compress_pages'] = true



I suppose passwd/lib/base.php should have these lines at the end:



// Start compression.

if (!Util::nonInputVar('no_compress')) {

     Horde::compressOutput();

}

Saved Queries