kiossesd Posted October 6, 2010 Posted October 6, 2010 Hello, I have a really weird problem. I run an OSC v2.2 RC site ( http://www.topsport.gr ). The problem is that with IE 8 on Windows 7, i get a blank page. All other browsers work ok. To give you more clues: 1. Site works with all browser on any OS, even with IE8 on WinXP (IE ver. 8.0.6001) 2. With IE8 (IE ver. 8.0.7600) on Win7 if view the source code, i get this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=windows-1253" http-equiv=Content-Type></HEAD> <BODY></BODY></HTML> but the real code is: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > <title>TopSport | Sport Shoes</title> <meta name="Description" content="TopSport - Sport Shoes" > <meta name="Keywords" content="men, women, kids, soccer, shoes, apparel, suits, balls" > <meta name="robots" content="noodp" > <meta name="slurp" content="noydir" > <link rel="canonical" href="http://www.topsport.gr/login.php" > <!-- EOF: Header Tags SEO Generated Meta Tags --> <base href="http://www.topsport.gr/"> + the rest code of the whole page 3. With IE8 on Win7, it does not play with compatibility mode ON, or after a refresh, or by clearing cache. 4. The most major contributions i added is STS and Header Tags SEO I am desperate with this problem, any help is really apreciated!
MrPhil Posted October 7, 2010 Posted October 7, 2010 Odd. It only fails with IE8 on Win7? In vanilla osC, I don't see any place where the charset is set to Windows-1253 (single byte Greek), so I would presume that this HTML is something presented by your server, rather than by osCommerce (unless STS or SEO mod added it, but even then, I would expect IE8 on XP to fail the same way). Perhaps it's supposed to be an error page, but is missing its contents? Or maybe it's some kind of default page, but also missing content. That would suggest that something odd is going on with the configuration of your IE8 browser, in that it's requesting something invalid from the server, and the server's error response is incomplete. First, look through all the files on your site, especially for "error pages" or "error documents" such as *.shtml, for "windows-1253", to see if you can narrow down the error (if there is one, or if it comes from one of your add-ons). If you can't find it, I think you'll have to bring in your hosting service to see where in the server that HTML might be produced.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.