VTS problem

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
Dom
Posts: 17
Joined: Tue 18. May 2004, 10:14

VTS problem

Post by Dom »

Hi all,


after installing the VTS mod, I occasionally get the following error message:

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in [real path...]/index.php on line 54


Line 54 is is this else block:

Code: Select all

ob_start("ob_gzhandler"); //with old style GZ Compression

This error happens only once in each browser - after a reload, everything is fine.
I now switched off compression as a workaround, but I'm quite puzzled why this happens.
Have you encountered the same problem?

Additionally, I get negative results in VTS' one time visitors. :shock:
Dom
Mario670
Posts: 59
Joined: Sun 18. Apr 2004, 23:52
Contact:

Post by Mario670 »

i have the same problem too, but i have no idea to fix this :(
Executter
Posts: 78
Joined: Thu 29. Jul 2004, 15:37
Location: Koblenz, Deutschland
Contact:

Post by Executter »

At my page it works fine.
I have no error message.

I would say: you did something wrong :P

But i'm to unskilled to tell you WHAT ^^
Armin Rüdiger Vieweg
Design & Programmierung

Image
Website: http://www.dewecon.de
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

VTS is having problems with mod_rewrite as pSouper reported to us.

Which version of VTS you are unsing ?

It's seems that your have gz page compression enabled. Please try to disable it in the include/inc_conf/conf.inc.php.
Post Reply