FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » Error in index.php
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Aw: Re: Error in index.php [message #183689 is a reply to message #183688] Sun, 10 November 2013 06:57 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
In that case the problems is caused by:
ob_start(array('ob_gzhandler', (int)$PHP_COMPRESSION_LEVEL));


Possible solution is to change the code to:
ini_set('zlib.output_compression_level', (int)$PHP_COMPRESSION_LEVEL);
ob_start('ob_gzhandler');


Fix committed at http://sourceforge.net/p/fudforum/code/5732/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Integrated dice rolling
Next Topic: Mark Topic resolved/closed
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat May 18 04:20:07 GMT 2024

Total time taken to generate the page: 0.04876 seconds