Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 81
9 members and 72 guests
add5pntrmwe4kde, adv2oocarepostw, chiripcagota6tn, flooddamageme, kitzmchen, lastf7vegaswebs, off3ciceclean7q, pusoi8zhc5rrtg7, trpslmber
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Modules

Reply
 
LinkBack Thread Tools Display Modes
Forums Error
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jun 2003
Forums Error - 06-05-2003, 01:11 AM

Hi My name is Joan Manuel, I have Phpnuke 6.5, the Theme Helius, when i make clic on Forums i get this warning

Can Someone Help Me?

Warning: Cannot add header information - headers already sent by (output started at /home/webcindario/elprogramador/themes/Helius/theme.php:121) in /home/webcindario/elprogramador/includes/sessions.php on line 222

Warning: Cannot add header information - headers already sent by (output started at /home/webcindario/elprogramador/themes/Helius/theme.php:121) in /home/webcindario/elprogramador/includes/sessions.php on line 223
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
06-05-2003, 01:30 AM

Two options:

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') {
and:

add the following line to a .htaccess file placed in your root Nuke dir.
Code:
PHP_FLAG output_buffering on
or if you have access to your php.ini, set:
Code:
output_buffering=on;
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jun 2003
06-05-2003, 12:40 PM

Thank you very much, that fixed the problems.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forums Invalid_session error dfm123 Nuke 6.5 to 6.9 - Modules 3 04-28-2005 11:02 AM
google in forums free scripts add it to your forums perfect-games Open topics 0 11-15-2004 03:33 PM
Forums Header Error in 6.5 tharow Open topics 11 07-13-2003 08:23 PM
Error on forums Kristic nukemods.com 0 06-30-2003 11:52 PM
Error on forums and private messages k9canada Nuke 6.5 to 6.9 - Modules 3 05-04-2003 07:10 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31