How can I ensure that the output of extern.php is not gzipped. I have already disabled the gzipped option in Adminstration> Options settings
1 2006-06-21 09:35
Re: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
2 2006-06-20 23:48
Re: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
In Punbb iI have already disabled the gzip output, so it is not double gzip. Also I am able to see this page perfectly in some of the PC's. What could be the reason for this. I am assuming that you are also seeing junk characters
3 2006-06-20 17:51
Re: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
I did not get the point.... the gzip output is disabled
do i have to enable it...
How do I correct this problem
4 2006-06-20 16:28
Re: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
These are the sample pages
http://www.sukhdukh.com/homepage.html
This page uses virtual include and shows junk characters (only on few computers I am not sure if it will show junk characters on your pc)
<!--#include virtual="/forums/extern.php?action=new&show=3&fid=17"-->
while this php page uses php include and works fine
http://www.sukhdukh.com/homepage.php
Kindly let me know if you need and more details...
5 2006-06-20 03:37
Re: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
No response in past 12 hrs. Should I assume that no body has the slightest clue of the problem
6 2006-06-19 07:43
Topic: extern.php showing junk characters in output (10 replies, posted in PunBB 1.2 troubleshooting)
Hi
I am using punbb forum at mydomain.com/forums/
The main page of the site is mydomain.com/index.html
I am trying to include the meggages from a particlar forum at this page using
<!--#include virtual="/forums/extern.php?action=new&show=3&fid=17"-->
This is how my server supports includes in .html pages and they work perfectly fine.
Now the problem is I am able to see perfect output on few of the computers but some computers (all are windows with IE) show output as junk characters. It seems that IE in few PC's is not able to decode the output properly.
What could be causing this... Is there a solution to this problem.
When I try to run <?php include('http://www.mydomain.com/forums/extern.php?action=new&show=3&fid=17'); ?>
in a php script it gives perfect results