Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 74
4 members and 70 guests
celedxebritwb9b, locdpalmobiwjp6, lowsad4erback5s, pai5drdnters6sa
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
problem in the forum [fixed]
Old
  (#1 (permalink))
tpl
Junior Member
 
Status: Offline
Posts: 5
Join Date: Apr 2006
problem in the forum [fixed] - 04-06-2006, 02:08 PM

hi
I got a problem.
when you get into the main forums page, you see the following message:
Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/fua.90megs.com/header.php:32) in /home/vhosts/fua.90megs.com/includes/sessions.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/fua.90megs.com/header.php:32) in /home/vhosts/fua.90megs.com/includes/sessions.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/fua.90megs.com/header.php:32) in /home/vhosts/fua.90megs.com/includes/page_header.php on line 529

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/fua.90megs.com/header.php:32) in /home/vhosts/fua.90megs.com/includes/page_header.php on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/fua.90megs.com/header.php:32) in /home/vhosts/fua.90megs.com/includes/page_header.php on line 532
somone know how to solve it?
by the way: phpnuke v7.2 + fiblack3d but you see those message with all the themes.
Thx!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 242
Join Date: May 2005
04-06-2006, 06:46 PM

Quote:
Cannot Add Header Information
Raven wrote:
The most simple solution to try, is to turn output_buffering on

If you control your php.ini file, do this:
output_buffering = On

Or, create/add this line to an .htaccess file and place it in your Nuke root directory:
PHP_FLAG output_buffering On

Lastly, try placing this line as the first line of code in your mainfile.php, after the comment block. This has to be made available for every script you use, so either you code it in every script or strategically place it in a script that is common to all scripts.
ini_set("output_buffering","1");
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
tpl
Junior Member
 
Status: Offline
Posts: 5
Join Date: Apr 2006
04-07-2006, 01:16 AM

it dosnet work...
nothing sems to change after adding the line to mainfile.php.
and my server dosnt accept .htaccess file...
any other posibility?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
tpl
Junior Member
 
Status: Offline
Posts: 5
Join Date: Apr 2006
04-07-2006, 01:41 AM

I fixed the problem myself...
but thx for the help!
by the way:
to fix it i have done that:
Quote:
PHP-Nut wrote on the subject Forums Error
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') {
   
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
[FIXED] Need help with footer aseitz Nuke 7.x - General 4 04-02-2005 03:04 AM
[FIXED]Bug in the SkyLineBlue theme Mighty_Y Theme packs 1 07-11-2003 09:22 AM
[Fixed]BlackDog errors Kelu Purged Topics 0 05-02-2003 11:26 PM
Shoutbox bottom scrollbar fixed Martin Purged Topics 2 01-03-2003 11:36 PM
[FIXED] install over exsisting phpbb forum IACOJ Purged Topics 13 11-23-2002 11:21 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