IE 6: This page contains both secure and unsecure...
I'm getting that message in IE 6. (This page contains both secure and unsecure items) when you click the "My account" page. I do not get it on other pages like the admin login page. Firefox lists all images as https. Any clues? This message does not show up in FF 3.0, nor Chrome.
edgeandengine.com/store
Re: IE 6: This page contains both secure and unsecure...
FAQ article found by searching for "secure and nonsecure": https://www.zen-cart.com/tutorials/i...hp?article=150
Re: IE 6: This page contains both secure and unsecure...
Quote:
Originally Posted by
DrByte
I read the article, does that mean that every single link that points to an "http" address on my secure pages, including the Zen Cart link in the footer, have to be changed in order to stop the security message?
Re: IE 6: This page contains both secure and unsecure...
if you actually hard coded the url into templates then that is why so would need to change all those that you added yourself (use relative url instead of full url)
Re: IE 6: This page contains both secure and unsecure...
I have removed all hard coded URLs and I still get the security message in IE 6.
Re: IE 6: This page contains both secure and unsecure...
Have you tried removing your Google Analytics code?
Do any of your stylesheet files contain any "http:" addresses?
Re: IE 6: This page contains both secure and unsecure...
No http: in the stylesheets, other than the copyright parts. Tried removing Google analytics code from my tpl_footer.php, no luck there either.
Re: IE 6: This page contains both secure and unsecure...
Quote:
Originally Posted by
kbalona
... when you click the "My account" page
Does it also happen on your "login" page?
Re: IE 6: This page contains both secure and unsecure...
Yes. As far as I can tell, it happens on every secure page.
Re: IE 6: This page contains both secure and unsecure...
Your stylesheet_header_menu.css file contains the following:
Code:
body {
behavior: url(csshover.htc);
}
That's only needed for css-driven flyout menus on IE6. Since you're not using flyout menus (as far as I can see), maybe removing that part might stop that file from possibly triggering the error.