|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 51
Members: 0
Total: 51
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
error problem with my site... |
|
Posted: Thu Jun 07, 2007 9:56 am |
|
|
Boom |
Beginner |
|
|
Joined: Jun 07, 2007 |
Posts: 2 |
Location: The Other World |
|
|
|
|
|
|
hi,
i run a php nuke evolution site. i installed some modules recently for example the arcade v.3.0.2 and it had a problem with adding comments after each game. i found the bug and replaced the files with the working version. now that problem is sorted and the arcade runs perfect! but on the homepage i keep getting this error Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/gamersev/public_html/mainfile.php on line 133
could someone please help me out on how to fix this? i went to the official site but their support isnt that good and they said they didnt know what to do.
help would be appreciated.
thanks. |
|
_________________
|
|
|
|
|
|
|
|
Posted: Thu Jun 07, 2007 10:09 am |
|
|
Chb |
Valuable expert |
|
|
Joined: Jul 23, 2005 |
Posts: 206 |
Location: Germany |
|
|
|
|
|
|
First of all you can use error_reporting to get this message away.
I think, there is an
Code: | ob_start("ob_gzhandler"); |
too much in your code. This can happen if your game does this and PHPNuke itself. |
|
|
|
|
Posted: Thu Jun 07, 2007 11:26 am |
|
|
Boom |
Beginner |
|
|
Joined: Jun 07, 2007 |
Posts: 2 |
Location: The Other World |
|
|
|
|
|
|
so i take out "ob_start("ob_gzhandler");" from my php.ini file? |
|
_________________
|
|
|
|
Posted: Thu Jun 07, 2007 7:51 pm |
|
|
Chb |
Valuable expert |
|
|
Joined: Jul 23, 2005 |
Posts: 206 |
Location: Germany |
|
|
|
|
|
|
Huh, what the heck?
I hope, you do not have this in your php.ini because it is PHP code! In the php.ini are settings for PHP, but not it's code.
What I meant, was you to search and remove a duplicate of this line in your PHPNuke code. But as workaround you could also use error_reporting in one of the first lines of your PHPNuke to get this message away.
Edit: Outch, I was talking bullshit.
I read the wrong error. Uhm, obviously you have to search for 'ini_set(' or 'zlib.output_compression' in your PHPNuke code. If you found something, check, if it wants to set the 'zlib.output_compression' or something like this and delete it then.[/b] |
|
|
|
|
|
Re: error problem with my site... |
|
Posted: Thu Jun 07, 2007 8:05 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Boom wrote: | hi,
i run a php nuke evolution site. i installed some modules recently for example the arcade v.3.0.2 and it had a problem with adding comments after each game. i found the bug and replaced the files with the working version. now that problem is sorted and the arcade runs perfect! but on the homepage i keep getting this error Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/gamersev/public_html/mainfile.php on line 133
|
What code is located in "mainfile.php on line 133" ? |
|
|
|
|
www.waraxe.us Forum Index -> How to fix
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|