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

Home » FUDforum » FUDforum Suggestions » Error in index.php
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
Message by gwinews is ignored  [reveal message]  [reveal all messages by gwinews]  [stop ignoring this user] Go to next message
Re: Error in index.php [message #183687 is a reply to message #183643] Sat, 09 November 2013 14:59 Go to previous messageGo to next message
naudefj is currently offline  naudefj   
Messages: 3775
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
To understand where this is happening, please:

1. Try to disable PHP compression in the Global Settings Manager.

2. If that doesn't help, try to disable Plugin Support and let us know if solves the problem.
Message by gwinews is ignored  [reveal message]  [reveal all messages by gwinews]  [stop ignoring this user] Go to previous messageGo to next message
Re: Aw: Re: Error in index.php [message #183689 is a reply to message #183688] Sun, 10 November 2013 01:57 Go to previous messageGo to next message
naudefj is currently offline  naudefj   
Messages: 3775
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
add to buddy list
ignore all messages by this user
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 by gwinews is ignored  [reveal message]  [reveal all messages by gwinews]  [stop ignoring this user] Go to previous message
Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: Integrated dice rolling
Next Topic: Mark Topic resolved/closed
Goto Forum:
  

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

Current Time: Mon Mar 17 01:17:19 EDT 2025

Total time taken to generate the page: 0.44318 seconds