Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problems pease help!


undo

Recommended Posts

When I whant to proceed to secure zone I have a message `This pge contains both secure and nonsecure items. Do you whant to display nonsecure items`. When i click no image on top and styles not properly showed.

 

 

 

Can someone help me!!!

Link to comment
Share on other sites

that means the items which are not showing are not located on your secure server, while the others are. you could have those items hard coded (http in the code) versus a relative, which changes when the program switches over to SSL. Depending upon how your host does this, makes a difference.

Link to comment
Share on other sites

can I ask something too?

 

if my SSL directory is outside web directory, does it mean that I have to move all in /catalog into that SSL directory.. what is the common way to solve this problem?

 

thanks

Link to comment
Share on other sites

In wiki docs i found some response to my question.

instead of this :

 

<img src="images/ru_small.gif" border=0 align="absmiddle" vspace=0 hspace=0 alt="Russian">

 

should i use this

<?php echo tep_image(DIR_WS_IMAGES . 'ru_small.gif', 'my ALT text', '100px', '150px'); ?>

 

?????????

 

Am I right?

Link to comment
Share on other sites

Its caused by accessing an image using 'http://...etc...' when your URL is 'https://...etc...' . Find the image that's coded with http:// and remove the host name (if its on your machine) or change to https:// if possible. One way to locate the offending item is to reply 'no' when prompted whether to allow the access and see what on the page is missing.

 

Dylan

Link to comment
Share on other sites

first my code was

 

<img alt=Turkshop-Systems border=0 src="images/banner_01.jpg" width="531" height="100">

 

 

then i changed it to

 

<?php echo tep_image(DIR_WS_IMAGES . 'banner_01.jpg', 'Turkshop-Systems', '531px', '100px');

 

but there is the same problem.

 

In next lines i have a flah, there is no problem

 

<param name=movie value="images/<?php echo smTOP_FLASH_NAME;?>">

 

 

 

please HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...