» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 60
0 members and 60 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on Forums Error within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Hi My name is Joan Manuel, I have Phpnuke 6.5, the Theme Helius, when i make clic on Forums ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-05-2003, 12:11 AM
Junior Member
 
Join Date: Jun 2003
Posts: 5
Forums Error
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
  #2 (permalink)  
Old 06-05-2003, 12:30 AM
Moderator
 
Join Date: Jan 2003
Posts: 338
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
  #3 (permalink)  
Old 06-05-2003, 11:40 AM
Junior Member
 
Join Date: Jun 2003
Posts: 5
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 10:02 AM
google in forums free scripts add it to your forums perfect-games Open topics 0 11-15-2004 02:33 PM
Forums Header Error in 6.5 tharow Open topics 11 07-13-2003 07:23 PM
Error on forums Kristic nukemods.com 0 06-30-2003 10:52 PM
Error on forums and private messages k9canada Nuke 6.5 to 6.9 - Modules 3 05-04-2003 06:10 AM


All times are GMT -5. The time now is 05:51 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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