Thread: Problem?
View Single Post
  #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