I had asked this question in the nukemods forums but have lost the answer.
On my forums page, I get the following error message:
Warning: Cannot add header information - headers already sent by (output started at /home/.babbitt/kahnat/ewanonline.net/header.php:32) in /home/.babbitt/kahnat/ewanonline.net/includes/sessions.php on line 222
Warning: Cannot add header information - headers already sent by (output started at /home/.babbitt/kahnat/ewanonline.net/header.php:32) in /home/.babbitt/kahnat/ewanonline.net/includes/sessions.php on line 223
The answer I got previously worked, but I had to scrap my site and start from scratch, and I can't find the work around that worked last time.
thanks
kah
mikem Theme Guru
Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
Posted:
Mon Sep 08, 2003 8:25 am
IN the Announcement Topic
Quote:
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");
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