Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 22nd October 2008, 20:27
Viruzzz Viruzzz is offline
Member
 
Join Date: Apr 2008
Posts: 5
Default Problem?
in all pages i show me this warning:
Code:
Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/sites/*******/public_html/torrents/index.php on line 2
Code:
ob_start("ob_gzhandler");
what is it? i have need this (ob_start) for tracker, i delete it? or ...

thx
Reply With Quote
  #2  
Old 23rd October 2008, 00:33
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
that generally means you have compression enabled in php.ini by default so every file that is sent is compressed.

either comment out all lines to do with ob_start etc or disable the compression by default (this may be the better option)

to disable default use one of the two methods below:

.htaccess
Code:
php_flag zlib.output_compression Off
(php_flag may need to be renamed to PHP_value on some rare server setups)

php.ini
Code:
zlib.output_compression = Off
Reply With Quote
The Following User Says Thank You to djlee For This Useful Post:
Viruzzz (23rd October 2008)
Reply

Tags
problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 08:55. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.