I have this strange problem with phpwiki 1.3 on mandrake Linux 9.1 with php 2.4.21-0.13mdk . I cannot view any wiki pages (after installation) using Safari or Camino (I'm on Mac OS X obviously). I do not have this problem with the old version (1.2).
At first I thought that phpwiki was just spitting out gibberish, but I saved the gibberish and was able to un-gzip it, so there is something with the gzipping somewhere. I can view and use the wiki properly in Internet Explorer.
So my question is, what's causing this? I can't stand not being able to use Safari or Camino to access this wiki that I am trying to start up but I don't want to use the old wiki version because of all the cool features in the new version.
I tried disabling gzip compression in the httpd.conf files, which doesn't seem to have any effect.
Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have this strange problem with phpwiki 1.3 on mandrake Linux 9.1 with php 2.4.21-0.13mdk . I cannot view any wiki pages (after installation) using Safari or Camino (I'm on Mac OS X obviously). I do not have this problem with the old version (1.2).
At first I thought that phpwiki was just spitting out gibberish, but I saved the gibberish and was able to un-gzip it, so there is something with the gzipping somewhere. I can view and use the wiki properly in Internet Explorer.
So my question is, what's causing this? I can't stand not being able to use Safari or Camino to access this wiki that I am trying to start up but I don't want to use the old wiki version because of all the cool features in the new version.
I tried disabling gzip compression in the httpd.conf files, which doesn't seem to have any effect.
Any help would be appreciated.
Define COMPRESS_OUTPUT to false to prevent output compression.
THANK YOU!!! I was looking for that option, searching for "gz" everywhere but I didn't think to search for "compress" instead. Works great.