 |
|
| View previous topic :: View next topic |
| Author |
Message |
yahac Private

Joined: 23 Jul 2003 Posts: 3
|
Posted: Thu Jul 24, 2003 10:24 am Post subject: |
|
|
Hello,
Here are some screen shots of what my phpnuke site (fresh 6.8 install) looks like in various browsers:
http://hac.net/ph/errors/
You'll notice that IE and Opera show garbage while Mozilla shows it correctly. How can this be?
To eliminate the more obvious possibilities I can say that my PostNuke site does not have these problems:
http://hac.net/pn
I would very much like to get phpnuke going though..
Thanks!
//hac
Email: request@hac.net
PhpNukeSite http://hac.net/ph/
[ This Message was edited by: yahac on 2003-07-24 13:27 ] |
|
| Back to top |
|
 |
|
|
 |
Ricon Warrant Officer


Joined: 10 Jun 2003 Posts: 67
|
Posted: Thu Jul 24, 2003 11:13 am Post subject: |
|
|
I know that sometimes the gzip compression does this.
But i only know of it being set in the forums if you are using 6.5 or higher.
Just go to forum admin. In configuration section, disable gzip compression.
Also i am using IE 6 and i see no problems. Unless you have fixed it.
[ This Message was edited by: Ricon on 2003-07-24 14:15 ] |
|
| Back to top |
|
 |
yahac Private

Joined: 23 Jul 2003 Posts: 3
|
Posted: Thu Jul 24, 2003 11:39 am Post subject: |
|
|
Current solution is to turn it off...
(a kind contribution from Kim Holviala)
/*
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');
}
}
}
*/
If this should be dealt with differently I'll be happy to learn more. |
|
| Back to top |
|
 |
bastol Corporal

Joined: 04 Aug 2003 Posts: 11
|
Posted: Mon Aug 04, 2003 7:00 pm Post subject: |
|
|
i get that on some sites until i wen to internet explorer and changed settings for html 1.1
tools>>internet options>>advanced tab>>
scroll to http 1.1 settings and put a check in both boxes
you will see you can then browse just fine (in ie anyhow) |
|
| Back to top |
|
 |
|
|
 |
|
|
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
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|