strange warning - what does it mean?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
aborre
Posts: 52
Joined: Thu 25. Nov 2004, 16:26

strange warning - what does it mean?

Post by aborre »

First: I decided to integrate phpwcms pages into an static site by an Iframe.
Navigation aso is done by Web2date (a nondynamic-cms) because it fits my layout needs and I want to use phpwcms just for the dynamic parts.
Now I get this warning, if I call this page

Code: Select all

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in /www/htdocs/v145225/phpwcms/index.php on line 84 
url rewrite=0

What I'm confused about is:
If I call the page directly from phpwcms everything works fine.


Any sugtgestions?

aborre[/code]
aborre
Posts: 52
Joined: Thu 25. Nov 2004, 16:26

Post by aborre »

Ok

I fixed it by setting "page compression" in config.inc.php to "0".
Hope that apache does it for me :wink:

But why does this warning appear? :?

aborre
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

aborre wrote:Ok

I fixed it by setting "page compression" in config.inc.php to "0".
Hope that apache does it for me :wink:

But why does this warning appear? :?

aborre
Because he enabled rewrite but didn´t rename _htaccess to .htacces ;-)
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply