This is a discussion on (was: phpwiki returns garbage on my screen!) within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I had the same problem. On Win2K with IE, the phpwiki was returning everything garbled, most of the time ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I had the same problem. On Win2K with IE, the phpwiki was returning everything garbled, most of the time also the browser was asking whether to save the file or what. I have edited the PHPWiki's Request.php file, precisely the compress_output method. Actually, I have just commented out all of the contents of it. Now the PHPWiki works just fine. And it's a nice package! function compress_output() { // if (function_exists('ob_gzhandler')) { // ob_start('ob_gzhandler'); // $this->_is_compressing_output = true; // } } Stan Berka |