mmontalbano Posted October 21, 2007 Share Posted October 21, 2007 I am a hosting reseller and have about 70 different OSCommerce based sites. Something changed with the server apparently on Thursday around 4:00 pm. Since then all my OSCommerce based sites do not show images when viewed by Internet Explorer. For example: www.ebookliquidator.com when viewed with IE there are no images but if viewed with Firefox they are all there. If you check the image paths by right click>properties it appears the images paths are missing the domain name when viewing with IE. They are correct in Firefox. I have checked the configure files and the domain is present. If anything had changed with the script I would assume it wouldn't have worked with firefox either. I've tried installing OSCommerce through Fantastico as a fresh install on a new account and still no images through IE but now no images through Firefox either on the new account. www.es0pn.com Any help or suggestions would be appreciated. My hosting provider is stumped. Anyone experience this before and know a fix to recommend? Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 I am a hosting reseller and have about 70 different OSCommerce based sites. Something changed with the server apparently on Thursday around 4:00 pm. Since then all my OSCommerce based sites do not show images when viewed by Internet Explorer. For example: www.ebookliquidator.com when viewed with IE there are no images but if viewed with Firefox they are all there. If you check the image paths by right click>properties it appears the images paths are missing the domain name when viewing with IE. They are correct in Firefox. I have checked the configure files and the domain is present. If anything had changed with the script I would assume it wouldn't have worked with firefox either. I've tried installing OSCommerce through Fantastico as a fresh install on a new account and still no images through IE but now no images through Firefox either on the new account. www.es0pn.com Any help or suggestions would be appreciated. My hosting provider is stumped. Anyone experience this before and know a fix to recommend? Usually it is your configure.php files that will give the location as http:///images/APMBOX2.jpg. https://es0pn.com/images/microsoft/msimpro.gif could be either/both permissions or configure.php files Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 This has worked for two people with the exact same problem: Click Me Maybe it will work for you. The root of the problem is this in the HTML: <base href=""> It should be something like: <base href="http://www.ebookliquidator.com/"> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
mmontalbano Posted October 21, 2007 Author Share Posted October 21, 2007 Usually it is your configure.php files that will give the location as http:///images/APMBOX2.jpg.https://es0pn.com/images/microsoft/msimpro.gif could be either/both permissions or configure.php files I checked both configure files and the path for domain and server info are correct. If they were incorrect you wouldn't be seeing any of the sites through Firefox either. The www.es0pn.com site doesn't show up on either. Checked configure files and they look good. Permissions look fine for that site as well. Has to be something else. Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 This site: www.es0pn.com Has this in the HTML: <base href="https://es0pn.com/"> If it was this: <base href="http://es0pn.com/"> I'll bet the images would show... :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
mmontalbano Posted October 21, 2007 Author Share Posted October 21, 2007 This has worked for two people with the exact same problem: Click Me Maybe it will work for you. The root of the problem is this in the HTML: <base href=""> It should be something like: <base href="http://www.ebookliquidator.com/"> I'll be damned that worked. Thing I don't understand though is what changed on Thursday at 5:00 pm with 70 sites with various different logins and password (so they were not hacked in any way) to cause me to now have to change this line on 70 sites to make them work? Something had to change with my server that allowed this to work when this line was set to "on". Here is the original post with the solution that worked: ty all for help ........... i resolve the problem this morning it was easy but how i sayt i am a noob for now the resolve is for me : i go to include/application_top.php and wen is say $request_type = (getenv('HTTPS') == 'on') i change the "on" to "off" and after all my pictures is working ok Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 The "fix" eluded my logic as well... :blink: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 The "fix" eluded my logic as well... :blink: My site is ok without the fix, so is it no ssl, osc version, php version, apache version? Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 I wish I knew, Leslie. It doesn't make any sense to me either. :unsure: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 I wish I knew, Leslie. It doesn't make any sense to me either. :unsure: Should we start collecting information to find out what it is? Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 Well, we have 3 in a row. And I've got another in the "Installation and Configuration" forum that I suggested this in (no response yet). As always, a gathering of the facts normally leads to a logical conclusion. Sometimes it's hard to get people to reply, and others find it difficult to get the information requested. But if you want to start an informal (or formal for that matter) fact-finding mission, count me in. :thumbsup: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted October 21, 2007 Share Posted October 21, 2007 Well, we have 3 in a row. And I've got another in the "Installation and Configuration" forum that I suggested this in (no response yet). As always, a gathering of the facts normally leads to a logical conclusion. Sometimes it's hard to get people to reply, and others find it difficult to get the information requested. But if you want to start an informal (or formal for that matter) fact-finding mission, count me in. :thumbsup: OK, I will start a new thread tomorrow night with the solution and a request for info. Too late to start it now. Link to comment Share on other sites More sharing options...
germ Posted October 21, 2007 Share Posted October 21, 2007 Please send me links to any threads regarding this, and I'll try to help where and when I can. And If I find any other threads where this worked I'll send them to you as well. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.