Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2008-04-27 19:14:38
- FireFusion
- Member

- Registered: 2005-05-10
- Posts: 698
Re: RSS Feed broken
Hi Rudd,
extension=zlib.so was uncommented but I re-commented it. Do I need to do anything to get it to reload the php.ini file? I’m editing through virtualmin.
Doesn’t matter it works now!
Thank you!!!
Last edited by FireFusion (2008-04-27 19:21:20)
Offline
Re: RSS Feed broken
Hmm… disabling zlib completely will also make it impossible to use compressed plugins (among other things). Perhaps a better solution would be to either comment out the ob_gzhandler lines in rss.php and atom.php or in the apache server disable compression of RSS/Atom feeds (in the mod_deflate configuration).
Offline
#18 2008-04-27 21:30:43
- FireFusion
- Member

- Registered: 2005-05-10
- Posts: 698
Re: RSS Feed broken
Commenting out extension=zlib.so was the only thing that worked as zlib.output_compression was off.
I’ll see if I can disable compression of RSS/Atom through apache.
Thanks again
Offline