Announcement

Collapse
No announcement yet.

non-secure items?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    non-secure items?

    When going through the order procedure and entering our secure pages the `this page has secure and non-secure items. Do you wish to display the non secure items? I think this has only very recently started happening and I'm not sure how to avoid this happening.

    Our site has been unable to download/upload for about 24 hours Wednesday/Thursday `thanks` to Clara our hosts upgrading their perl to the latest version. Apparently there was a number of Actinic users affected by this. Seems to be working okay now, after replacing the pl/pm's etc by the original ones and doing a complete refresh.
    Football Heaven

    For all kinds of football souvenirs and memorabilia.

    #2
    Hi there

    Have you upgraded to 6.1.4? If so, then are you using a CSS theme?

    If you are running a css theme, then please try the following

    Edit actinic.css and replace...

    background-image:url(NETQUOTEVAR:BGIMAGECSS);

    with...

    /* background-image:url(NETQUOTEVAR:BGIMAGECSS); */
    This is a bug, which will be fixed in the forthcoming maintence release

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Still on 6.1.3.

      Using Clean Layout No. 02.

      Will await for further advice.
      Football Heaven

      For all kinds of football souvenirs and memorabilia.

      Comment


        #4
        Have done this anyway, no difference.
        Football Heaven

        For all kinds of football souvenirs and memorabilia.

        Comment


          #5
          Hi George,

          I have been looking at your website, and in the order stages. I see the error, when checking the source of the first order page, i see

          <INPUT TYPE=HIDDEN NAME=REFPAGE VALUE="http://www.footballheaven.net/acatalog/Argentian_Club_Badges.html">
          and

          <script>
          a=new Image();
          refer=document.referrer;
          doc=document.location;
          x=screen.width;
          y=screen.height;
          a.src="http://www.footballheaven.net/cgi-bin/advlogger/admin.cgi?ref="+escape(refer)+"&doc="+escape(doc)+"&res="+x+"x"+y;
          </script>
          Both of these refer to a http , rather than a https address. This would be the reason why you are getting an non secure message, as the source is look at an insecure website address

          Hope this helps

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            I'm in the process of altering the second item, not sure what to do about the first though...
            Football Heaven

            For all kinds of football souvenirs and memorabilia.

            Comment


              #7
              I think you can leave this one...

              <INPUT TYPE=HIDDEN NAME=REFPAGE VALUE="http://www.footballheaven.net/acatalog/Argentian_Club_Badges.html">

              ... as it is just a reference for Actinic so it knows what page to go to after leaving the checkout.

              Comment

              Working...
              X