[imp] garbage in the compose window
Loring Rose
loring@warex.net
Tue, 20 Aug 2002 23:29:37 -0700
Well, I finally fixed this:
I set "compress_pages" in horde/config/horde.php to "false", but this made
things even worse. Nearly at the end of my rope, I was browsing through
php.ini and noticed that "zlib.output_compression" was set "off". I changed
this to "on" (leaving "compress_pages" set "off"), and restarted apache.
Voilą! Problem solved. Weird, huh? Compression should have been off in php,
but was on in horde. Turning it on in php but off in horde fixed it.
Loring
Quoting "@" <liamr@umich.edu>:
> Loring -
>
> Do you see this behavior across all browsers?
>
> Liam
>
> Quoting loring@warex.net:
>
> > Liam:
> >
> > I checked out horde/config/horde.php, and noticed from the comments
> > that "compress_pages" is only valid if the php zlib extension is
> > loaded. I was not loading it, so I enabled the extension, restarted
> > apache, and tried again... same result (garbage in the compose
> > window). I then changed "compress_pages" to false, and that caused
> > *every* window to display incorrectly (so "compress_pages" went back
> > to "true").
> >
> > What bugs me is that this was working like a champ up until
> > recently. I may just have to reinstall. Ugh.
> >
> >
> > Loring
>