coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: joemonster on November 23, 2005, 12:54:08 AM

Title: Internet Explorer problem - Firefox works fine
Post by: joemonster on November 23, 2005, 12:54:08 AM
http://www.joemonster.org/mg/thumbnails.php?album=88

I use CG for a very long time. It works great.

Recently I moved to a new server and now started strange problems.

Output generated by CG is fine when viewed by Firefox, but problems start when you switch to IE .

IE seems to have problem with downloading html code of page thumbnails.php or displayimage.php - it cannot display all page, it cuts it off after 10-17 kB. You can see it be refreshing this page http://www.joemonster.org/mg/thumbnails.php?album=88

This is the second day we cannot do anything with this, maybe you can give us some hint to resolve this?

Title: Re: Internet Explorer problem - Firefox works fine
Post by: Tranz on November 23, 2005, 01:28:53 AM
Is the new server worse than the old one? It takes forever to load... even on a corporate connection. I think the way IE works is that it waits for all elements to download before it shows the page. Since it takes forever, it probably gives up.

I would suggest ditching the new server due to poor performance.
Title: Re: Internet Explorer problem - Firefox works fine
Post by: Nibbler on November 23, 2005, 01:58:50 AM
Speed's good for me, although I don't have IE. Updating to 1.3.5 is recommended, but it's not necessarily a fix for your issue.
Title: Re: Internet Explorer problem - Firefox works fine
Post by: Tranz on November 23, 2005, 04:54:30 AM
Seems okay now. Maybe there were network issues earlier. Since it isn't so slow, IE loaded and stopped as you said.

However, when I switched to classic theme, the page loaded fine in IE, so it might be an issue with your custom theme.
Title: Re: Internet Explorer problem - Firefox works fine
Post by: joemonster on November 24, 2005, 11:38:46 PM
Thanks for your attention and some thoughts especially from CF Team. I do much and deeply appreciate your work.

Although you didn't guess why was that happenig, we finally managed to resolve this problem.

It was Apache headers fault.

Internet Explorer had problems when pages were served as gzipped with negotiation some headers between browser and server.

Solution: after turning off gzip all thing start to work just fine.

Another: tell Apache not to negotiate whether to send gzipped page  or not, but send only gzipped pages.

Both worked perfectly.
Title: Re: Internet Explorer problem - Firefox works fine
Post by: Nibbler on November 24, 2005, 11:45:56 PM
Thanks for posting the solution.