I receive my hosting from a commerical hosting company that offers many PHP script implementations through the use of the CPanel application that many hosting services use.
They offer PHPWiki 1.37
I tried to install and use (I'm the very 1st user to try Wiki on this particular hosting service)
I'm getting a black page with a single error line
lib/Request.php:299: Warning[2]: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'
Any ideas??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I receive my hosting from a commerical hosting company that offers many PHP script implementations through the use of the CPanel application that many hosting services use.
They offer PHPWiki 1.37
I tried to install and use (I'm the very 1st user to try Wiki on this particular hosting service)
I'm getting a black page with a single error line
lib/Request.php:299: Warning[2]: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'
Any ideas??
Thats "BLANK" page ...not black . Sry!
This is asked a hundred times, is in the FAQ and fixed in newer releases.
index.php:
define('COMPRESS_OUTPUT', false);
Hi Ruban:
Thanks for the hint, although I've yet to find the FAQ you're talking about.
I've found overall the documentation, especially for people with little or no expereince to be VERY sparse.