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, 51 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 - Error message when entering phpBB "header information& [ ]
 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
Stephan
Nuke Cadet
Nuke Cadet


Joined: Jun 29, 2003
Posts: 5


PostPosted: Sun Jun 29, 2003 3:47 am Reply with quoteBack to top

I run a phpnuke version 6.7 but the problem alså occured under 6.5.
I have just installed BBtoNuke 2.0.5 without any installation problems.

When in admin mode there is no problem

But when i enter the Board through phpnuke i get the following message:

Warning: Cannot add header information - headers already sent by (output started at C:\FoxServ\www\header.php:32) in C:\FoxServ\www\includes\page_header.php on line 525

Warning: Cannot add header information - headers already sent by (output started at C:\FoxServ\www\header.php:32) in C:\FoxServ\www\includes\page_header.php on line 531

Warning: Cannot add header information - headers already sent by (output started at C:\FoxServ\www\header.php:32) in C:\FoxServ\www\includes\page_header.php on line 532

What can i do to fix the problem. I am currently running my site on localhost while waiting for webhotel to finish my registration

Thanks for any kind of help offered. I need it
Stephan
Find all posts by StephanView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Sun Jun 29, 2003 4:42 am Reply with quoteBack to top

Search the forums for 'Warning: Cannot add header information'

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
Stephan
Nuke Cadet
Nuke Cadet


Joined: Jun 29, 2003
Posts: 5


PostPosted: Sun Jun 29, 2003 5:16 am Reply with quoteBack to top

Thanks. Found a solution to the problem.
Stephan
Find all posts by StephanView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Sun Jun 29, 2003 6:55 am Reply with quoteBack to top

Great Smile! If you could, please share with everyone which solution worked. Thanks!

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
Stephan
Nuke Cadet
Nuke Cadet


Joined: Jun 29, 2003
Posts: 5


PostPosted: Wed Jul 02, 2003 5:59 am Reply with quoteBack to top

sure. This is the solution posted somewhere else, that made my day.
Quote:

Near the start of mainfile.php find:

$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') {
Find all posts by StephanView user's profileSend private message
zilet
Nuke Cadet
Nuke Cadet


Joined: Sep 20, 2003
Posts: 1


PostPosted: Mon Sep 29, 2003 11:15 pm Reply with quoteBack to top

Uh I tryed this but it doesn't helps..
My forums stays blank.. The same problem goes with PMs.. Everything else works, only I can not see any topics in the forum:(
I also found some solution with php buffering but it is turned on on the server!

After reviewing header on the server this is the error I recieve:
PHP Warning: Cannot add header information - headers already sent by (output started at /VDOMAINS/etfbg/web/www/themes/etfbg_1/theme.php:82) in /VDOMAINS/etfbg/web/www/includes/sessions.php on line 222
PHP Warning: Cannot add header information - headers already sent by (output started at /VDOMAINS/etfbg/web/www/themes/etfbg_1/theme.php:82) in /VDOMAINS/etfbg/web/www/includes/sessions.php on line 223
PHP Warning: Cannot add header information - headers already sent by (output started at /VDOMAINS/etfbg/web/www/themes/etfbg_1/theme.php:82) in /VDOMAINS/etfbg/web/www/modules/Forums/viewtopic.php on line 600
FATAL: erealloc(): Unable to allocate 245760 bytes
PHP Warning: Cannot add header information - headers already sent by (output started at /VDOMAINS/etfbg/web/www/themes/etfbg_1/theme.php:82) in /VDOMAINS/etfbg/web/www/modules/Forums/viewtopic.php on line 600
FATAL: erealloc(): Unable to allocate 245760 bytes

On the line 600 in viewtopic.php i have:
setcookie($board_config['cookie_name'] . '_t', serialize($tracking_topics), 0, $board_config['cookie_path'], $board_config['cookie_domain'], $board_config['cookie_secure']);

I tried to fix the problem with above ways but I get the only half loaded page when I try to load any topic or when I try to enter Private messages?

Or I get the 500 Internal Server Error (

Any ideas?
Oh yes I am using BBtoNuke2.1 but every version from 2.05 had the same problem:(

Finaly here is the link so you can see:
http://www.etf-bg.org.yu/modules.php?name=Forums&file=viewtopic&p=2482#2482
Find all posts by ziletView user's profileSend private message
12o3L
Nuke Cadet
Nuke Cadet


Joined: Dec 09, 2003
Posts: 3


PostPosted: Wed Dec 10, 2003 12:12 am Reply with quoteBack to top

You also have to add to the .htaccess in your root directory:
PHP_FLAG output_buffering On
run phpinfo to verify that the local value for output_buffering is 1

This solution was found here:
http://www.nukecops.com/postp59807.html&highlight=#59807
Find all posts by 12o3LView user's profileSend private message
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.194 Seconds - 184 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::