You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 57 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Header information errors using firefox? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
colbalistic
Nuke Cadet
Nuke Cadet


Joined: Dec 20, 2006
Posts: 5


PostPosted: Sun Dec 23, 2007 7:56 am Reply with quoteBack to top

Hi all,

It seems I have one user receiving the following errors, but no one else is. Is this a problem somehow on their computer? Or is there something I can do to help them? As it stands I also use Firefox, but I'm having no issues, so not sure what to do. Thanks in advance for any help!

Quote:
At the top of the page on all the forum pages is the following:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 291

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 292

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/page_header.php on line 484

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/page_header.php on line 490

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/page_header.php on line 491

When I try and PM someone I get this and I dont get the PM interface

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 291

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 292

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/modules/Private_Messages/index.php on line 1140


And when I try and post a thread I get this and no post interface:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 291

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 292

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/modules/Forums/posting.php on line 375
Find all posts by colbalisticView user's profileSend private message
doctornuke
Corporal
Corporal


Joined: Oct 15, 2003
Posts: 58


PostPosted: Tue Dec 25, 2007 10:25 pm Reply with quoteBack to top

It's an error due to output buffering in php ini. setting of server
you can override this by put this line in .htaccess

PHP_FLAG output_buffering On

If it's not work , can do by
modify the first line of mainfle.php . add

ini_set("output_buffering","1");

if not work then have to do as chatserv recommended

Code:


$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if ($phpver > '4.0') {


change to

$phpver = phpversion();
if ($phpver >= '4.0.4pl1')
{
ob_start('ob_gzhandler');
}else if ($phpver > '4.0') {


_________________
[b]home and os
health
bgame[/b]
Find all posts by doctornukeView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.180 Seconds - 293 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::