Hello, I am using your theme on my site and I have a fix.

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Hello, I am using your theme on my site and I have a fix.
misspiggy
CZ Newbie
misspiggy has been a member for over 20 year's 20 Year Member
Occupation: webdesigner
Website:
Status: Offline
Joined: Oct 27, 2003
0.00 posts per day
Posts: 2
Points: 144
   
Hello, I am using your Halloween theme on my site at the moment. It looks good. I have made some changes as you can see. I must tell however you that Netscape 7.0.1 on my Mac interprets the CSS differently than IE or Safari. (P.S. I don't use NS often.)

I have something else for you and that is a fix for: Warning : Cannot modify header information - headers already sent by (output started at /var/www/html/header.php:32) in /var/www/html/includes/sessions.php on line 249

which I get when i visit your site with my webbrowser Safari. This is the fix: new_multi.gif
************************************************************
Changes must be made in 2 files: mainfile.php and page_header.php
************************************************************
Changes in mainfile.php

line: 15
change this:
$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') {
if (strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip')) {
if (extension_loaded('zlib')) {
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
//header('Content-Encoding: gzip');
}
}
}

$phpver = explode(".", $phpver);
$phpver = "$phpver[0]$phpver[1]";
if ($phpver >= 41) {
$PHP_SELF = $_SERVER['PHP_SELF'];
}

to this: ob_start("ob_gzhandler");

******************************************************************************
Change in page_header.php [in folder includes]

line: 99
change this: ob_start('ob_gzhandler');
to this: ob_start();
************************************************************
Webbrowser Safari is the culprit !!
This is according to me a problem when the Webbrowser Safari and (a few) others are used. A lot of PhpNuke sites have this same problem -> awfull to look at !! If you are interested -> have a quick look at your site on an Apple Mac Computer.
+++++++++++++++++++++++++++++++++++++++++++++++
TIP: Go to: [ Register or login to view links on this board. ]

Visit my site: [ Register or login to view links on this board. ]



Back to top Reply with quote
#2   
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Thank you for the information! I'm sure it will come in handy for someone who is having the same problems.

And, welcome to Codezwiz!

icon_wink.gif
Kelly



Back to top Reply with quote
#3   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Thank You!

Telli




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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
You cannot attach files in this forum
You can download files in this forum