Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

non secure warning on secure (https://) pages?


99darkgreenGT

Recommended Posts

Posted

i have been getting this error box when i try to access a secure area of my site. whether it is in the login page or checkout. basically all https:// pages display this error before entering it. how can i fix it? thanks.

 

here is the error

security.jpg

Posted

It is your "Live Help" image causing you the problems since it is being called from outside of your catalog directory.

Posted

hmm, well i reinstalled the live help into the /catalog directory, but i was still getting the error message. i just went ahead and removed the right_column.php from the page. now it doesn't bring up the error. not sure if there is another way to get the message to go away with the column still on though?

Posted

Change any image and js url's to be relative.

 

 

<script language="javascript" src="http://www.birddogbowling.com/catalog/livehelp/livehelp_js.php?department=1"></script>

 

 

<script language="javascript" src="catalog/livehelp/livehelp_js.php?department=1"></script>

Posted
Change any image and js url's to be relative.

 

 

<script language="javascript" src="http://www.birddogbowling.com/catalog/livehelp/livehelp_js.php?department=1"></script>

 

 

<script language="javascript" src="catalog/livehelp/livehelp_js.php?department=1"></script>

thanks! that worked! B)

Archived

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

×
×
  • Create New...