Sorry, beatle mania man. I have nary a clue about that one. In fact, I don't think I have seen any posts with those errors in them. Hopefully, one of the dudes with really large heads, er, brains (!) will spy this thread and help you out on that.
I know how frustrating it can be sometimes. And how rewarding as well. Right now, I am frustrated that I don't think my host "truly" has mod_rewrite, or .htaccess working on the server. At the same time, I am getting my site heavily modded out to fit our needs, and that is cool.
_________________ James D Kirk
It's not email, I'ts BGEmail!
www.BGEmail.com
Hey thanks anyways I here ya it can be frustrating but once it is fixed it will be a relief. Besides it is a good way to learn (the hard way ) well I am going to continue on my search to figure it out will talk to you later.
Thanks Again
beatle
venember Nuke Cadet
Joined: Apr 07, 2003
Posts: 3
Location: Hungary
Posted:
Mon Apr 07, 2003 6:18 am
Warning: Cannot modify header information - headers already sent by (output started at /webserver/PHP-Nuke-6.5/themes/DeepBlue/theme.php:86) in /webserver/PHP-Nuke-6.5/includes/sessions.php on line 366
Warning: Cannot modify header information - headers already sent by (output started at /webserver/PHP-Nuke-6.5/themes/DeepBlue/theme.php:86) in /webserver/PHP-Nuke-6.5/includes/sessions.php on line 367
Any idea?
I would be very grateful...
chatserv General
Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
Posted:
Mon Apr 07, 2003 8:40 am
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') {
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
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