[Tickets #8923] Page compression missing

bugs at horde.org bugs at horde.org
Fri Mar 19 14:01:01 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8923
------------------------------------------------------------------------------
  Ticket             | 8923
  Created By         | horde at albasoft.com
  Summary            | Page compression missing
  Queue              | Ansel
  Version            | FRAMEWORK_3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


horde at albasoft.com (2010-03-19 10:01) wrote:

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();
}






More information about the bugs mailing list