I downloaded & installed Phpnuke 6.7 release from phpnuke.org
when I borwse my site with Safari 1.0(v85) on Mac os X 10.2.6, the forum said,
Warning: Cannot add header information - headers already sent by (output started at /home/www/header.php:32) in /home/www/includes/sessions.php on line 251
Warning: Cannot add header information - headers already sent by (output started at /home/www/header.php:32) in /home/www/includes/sessions.php on line 252
and I can't post any topic with follwing error message.
Quote:
Invalid session
of course, I have not any problem with IE on Mac OSX & IE on Windows.
any answers?
thanks a lot.
donwisente Corporal
Joined: Sep 01, 2003
Posts: 56
Posted:
Mon Sep 01, 2003 6:07 am
Hi, pleased to meet one of this rare mac users,
I´ve had the same prob and found somewhere here the solution:
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') {
For me this works in Safari.
Have a nice day
donwisente
mykal Nuke Soldier
Joined: Sep 01, 2003
Posts: 14
Posted:
Tue Sep 09, 2003 11:38 am
Thank you! I was having the same trouble as well for my 6.8 site. I love being able to use Safari to check the site and preview my hacks. I was dismayed to see those errors popping up over my Forums.
Thanks once again.
billy Nuke Soldier
Joined: Aug 13, 2003
Posts: 16
Location: huntington VT
Posted:
Fri Oct 03, 2003 4:15 am
I LOVE YOU
i can't tell you how long i have waited to find this fix...i am surprised that not more people use safari, despite the lack of (MAC** users) here! again, thanks so much!!!
check out the cool site i did!
MY COOL SITE!
lots of love,
Billy
_________________ remember where you've been, it's helps with where you're going!
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