Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image loading issue in IE


hookupz

Recommended Posts

I am having issues with images loading in internet explorer. Things work great in firefox but no images load in IE. The product images and the style images will not load.

 

http://hookupzracing.com

 

http://hpminimods.com/index.php

 

both of those sites worked fine for years and now have loading issues with images in Internet Explorer only and its on all systems not just my personal computer. Any suggestions?

 

I contacted my host provider and they say it is on my end not theirs..

 

thanks

 

jerad

Link to comment
Share on other sites

Common problem. The server is acting wonky and asserting and ssl connection when there is none.

 

Set the configure.php files the same for the https lines as they are for the http ones.

 

define('HTTP_SERVER', 'http://hookupzracing.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'http://hookupzracing.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'hookupzracing.com');

define('HTTPS_COOKIE_DOMAIN', 'hookupzracing.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

That is weird that all of the sudden it requires the full domain in the https server space. In 7 years I have been using OSCommerce I have never put anything in that field. Thank you so much for that info, I was tearing my hair out over it.

Link to comment
Share on other sites

  • 3 weeks later...

I am having this same issue.

 

If I read the message correctly, all I have to do is change the "https" to "http" on the second line. Is that correct??

 

OR

 

Ours reads:

 

define('HTTP_SERVER', 'http://www.ourdomain.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://ourdomain.com'); // eg, https://localhost - should not be empty for productive servers

 

As you can see the second line only shows ourdomain.com and not www.ourdomain.com. Should it say www.ourdomain.com???

 

Also, do I need to restart the server for the change to take effect?

 

Sorry for the very noob questions, but my knowledge of PHP and Apache is very limited and the person who usually handles these issues for our site is completely unreliable. >_<

 

Thanks for your help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...