Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help needed with images please !


Harleypete40

Recommended Posts

Posted

Hi, I have got this weird problem on my site.

 

I have uploaded all the images in the right places but they are not showing up because of the following:

 

Upload to folder:

http://www.music4showbiz.com/catalogue/images/ ...jpg or ...gif

but they don't show because if I right-click on the image and go to "properties", they show as:

 

httpS://www.music4showbiz.com/catalogue/images/...jpg or ...gif

 

Can anyone help me out here please, as I am about to start promoting the site on various websites.

 

Thanks and best regards

Peter

Posted

The first thing is - you don't have a full ssl certificate - so you need to set enable_ssl to false in both of your configure.php files. Then leave these entries blank:

 

define('HTTPS_SERVER', '');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTPS_CATALOG', '');

 

Also make sure that this line is listed as below:

 

define('HTTP_SERVER', 'http://www.music4showbiz.com');

 

Vger

Posted

Hi,

Thanks for the help. On the offchance of sounding stupid (I am new to OS Commerce lol)

 

Where do I find the second configure php?

 

I found one in INCLUDES, but caqnt seem to find the second one??

 

Thanks again and best regards.

 

Peter

Posted
Hi,

Thanks for the help. On the offchance of sounding stupid (I am new to OS Commerce lol)

 

Where do I find the second configure php?

 

I found one in INCLUDES, but caqnt seem to find the second one??

 

Thanks again and best regards.

 

Peter

 

There are two configure.php files, the first one is:

 

includes/configure.php

 

..while the second is:

 

admin/includes/configure.php

 

 

 

 

Cheers,

 

Kalle!

Archived

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

×
×
  • Create New...