6.0.0-beta1
9/6/25

[#8923] Page compression missing
Summary Page compression missing
Queue Ansel
Queue Version FRAMEWORK_3
Type Bug
State Duplicate
Priority 1. Low
Owners
Requester horde (at) albasoft (dot) com
Created 03/19/2010 (5650 days ago)
Due
Updated 03/19/2010 (5650 days ago)
Assigned
Resolved 03/19/2010 (5650 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
03/19/2010 05:12:51 PM Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of bug #8224.
03/19/2010 02:01:00 PM horde (at) albasoft (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Page compression missing
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ Yes
Reply to this comment
Page rendering fails when horde config says
$conf['compress_pages'] = true

I guess ansel/lib/base.php should have these lines at the end:

// Start compression.
if (!Util::nonInputVar('no_compress')) {
     Horde::compressOutput();
}

Saved Queries