Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My shop has no pictures in IE


ultras.nick

Recommended Posts

Posted

Hello,

 

I have the following problem:

 

When I visit my shop in Internet Explorer no pictures are displayed at all.

 

Everything works ok in Firefox. The most weird thing is that my shop worked ok last evening but this morning this issue occured.

 

I found two ways to fix this:

 

1. on every php file of my shop in root folder I had to remove the line:

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

 

or

 

2. In the same code line

I had to replace SSL with HTTPS as follows:

<base href="<?php echo (($request_type == 'HTTPS) ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

 

Does anyone know why this issue appeared and if after fixing this in one of those ways, my shop is still secure?

 

Please note that SSL si set to FALSE in includes/configure.php.

 

Regards.

Archived

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

×
×
  • Create New...