Results 1 to 10 of 10

Display Secure and Non Secure Items

This is a discussion on Display Secure and Non Secure Items within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Upon checkout I get the message "Do you wish to display secure and non secure items" I know its usually ...

      
  1. #1
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Display Secure and Non Secure Items

    Upon checkout I get the message "Do you wish to display secure and non secure items"

    I know its usually caused by referencing an image etc using http://www.sitename.com in the templates but I have not done that.

    Has anyone else had his problem and found where/how to solve it?

    Thanks in advance.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Display Secure and Non Secure Items

    Yes you have... I bet you added google tracking or some other javascript that gets called via http.

    Simple solution: view the sourcecode of a rendered page that gives the warning and search (ctrl-f in most browsers) for http:// in any src tags. Then fix.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Re: Display Secure and Non Secure Items

    The site it is happening on is very minimal. The layout consists of 1 flash banner and one image in the header. Both are references with just /images/

    Here is the login page where it happens
    https://lambykin.ipower.com/shopping/login.php

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Display Secure and Non Secure Items

    No warnings pop on that page link you sent. Everything loads correctly for me (checked in FF3 and Chrome)
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Re: Display Secure and Non Secure Items

    it shows on ie7 which is now not working on my computer for some reason so I cant test it.

    FF is fine

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Display Secure and Non Secure Items

    I don't use IE7 so I am immune to whatever stupidity is associated with it

    The problem is not your page but IE7. Here is what you need to fix with IE7:

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="450" height="146">
          <param name="movie" value="/shopping/images/banner2.swf" />
    Note the URL is non-ssl. That causes IE to choke.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Re: Display Secure and Non Secure Items

    ok so i need to find an ie hack to fix this?

    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"

  8. #8
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Re: Display Secure and Non Secure Items

    i changed it to https

    thought Id give it a shot and no go. Still get the error message, this is so frustrating.

  9. #9
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: Display Secure and Non Secure Items

    Clear your browser cache. That fixed it. No more warnings in my IE.

    Remember to always clear IE's cache manually, as it will not pick up the changes unless you do.

    On another note, your site is throwing a javascript error in IE:

    Line: 172
    Object Expected

    And in firefox:

    Error: selectRowEffect is not defined
    Source File: https://lambykin.ipower.com/shopping/login.php
    Line: 1

    Warning: Error in parsing value for property 'cursor'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...stylesheet.css
    Line: 309
    Warning: Expected identifier for pseudo-class or pseudo-element but found ' '. Ruleset ignored due to bad selector.
    Source File: https://lambykin.ipower.com/shopping...stylesheet.css
    Line: 325
    Warning: Error in parsing value for property 'clip'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 6
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 25
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 38
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 44
    Warning: Error in parsing value for property 'cursor'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 47
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 54
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 66
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 72
    Warning: Error in parsing value for property 'cursor'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 75
    Warning: Unknown property 'layer-background-color'. Declaration dropped.
    Source File: https://lambykin.ipower.com/shopping...x/coolmenu.css
    Line: 82
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  10. #10
    Member
    Join Date
    Jun 2008
    Posts
    73
    Rep Power
    4


    Default Re: Display Secure and Non Secure Items

    Oh god, seriously?

    Grrrr

    Its only whatever came predone. I havent added any javascript myself.

    I think its only the pop up image script which Im not using anyway.

Similar Threads

  1. Secure SSL
    By yulises in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 03-14-2007, 02:37 PM
  2. Affiliate link secure non-secure
    By kwiznoz in forum osCmax v2 Installation issues
    Replies: 6
    Last Post: 08-28-2005, 02:08 PM
  3. secure and none secure items ?
    By pete76uk in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 10-12-2004, 02:51 PM
  4. Need Images to Display in Secure Admin
    By Walter in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 11-09-2003, 04:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •