Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default SSL ISSUE IE8 javascript

    Hi, first of all i,m using zencart 1.3.9h

    In internet Explorer 8 i got this issue. When a customer is log on, i got a security message like "Your website have secure and non-secure content, click yes or no etc.."

    I've found the line 448 in the error message from IE 8.

    Code:
    		$(window).bind('load', function(){
    			$('div.scrollGallery').mouseGallerySlide({
    				scrollElParent: 'ul',
    				scrollEl: 'li'	
    			});
    		});
    	</script>
    I think a i have something to do with my javascript to fix that but i dont know what to do at this moment..

    Own a certificate from godaddy, fully working, have the confirmation from cPanel.

    My slider gallery seem to confuse the SSL process when we try to log on.

    my website url is: monpetitsinge.com

    Under firefox, google chrome, opera, i dont have error message *popup type* like ie8. But other browser state that im not full ssl at these step.


    Thanks a lot for your time in this forum. Many post help me before i posted this one!!

    Keep your good work

  2. #2
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: SSL ISSUE IE8 javascript

    Update.

    Tried to remove my on mouse slide code. Gallery dont slide, no error message but still showing only the secure content, should i emule ie 7 compatibility mode^

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: SSL ISSUE IE8 javascript

    Assuming you are speaking of your login page... Your images are not using an SSl source. The are correctly coded relatively, but the shared SSL is not configured or your Zen Cart is not configured correctly to use it as the source for the credit card image for example is

    http://www.monpetitsinge.com/include...ges/paypal.gif

    Instead of

    https://cx89.justhost.com/~monpeti1/...ges/paypal.gif

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  4. #4
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: SSL ISSUE IE8 javascript

    Code:
    <!-- ========== CARDS ========== -->
    				    <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=EG4x07YEcwnW14FWP98WqSDtzs6EVaCNNiMURBO5HahXO5hBn5oTldT"></script><br/></span>
    					<?php echo zen_image(DIR_WS_TEMPLATE.'images/paypal.gif'); ?>
    				<!-- =========================== -->
    file: /public_html/includes/templates/theme408/common/tpl_footer.php

    Try to changed it, i lost the image , and still have only the secure content

    By the way i have many image doing this, do i need to force ssl for evrey image^

  5. #5
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: SSL ISSUE IE8 javascript

    Yes, BUT ALL of your images sources are not secured. Check your configure files in Zen Cart that the shared SSL is properly configured in Zen Cart.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  6. #6
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: SSL ISSUE IE8 javascript

    I think SSL is enable evreywhere?

    Using https://cx89.justhost.com/~monpeti1 on http is a clean solution or website will be slower?


    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
      // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
      define('HTTP_SERVER', 'http://www.monpetitsinge.com');
      define('HTTPS_SERVER', 'https://cx89.justhost.com/~monpeti1');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');

    Code:
      define('HTTP_SERVER', 'http://monpetitsinge.com');
      define('HTTPS_SERVER', 'https://cx89.justhost.com/~monpeti1');
      define('HTTP_CATALOG_SERVER', 'http://monpetitsinge.com');
      define('HTTPS_CATALOG_SERVER', 'https://cx89.justhost.com/~monpeti1');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');
    Last edited by hawlisjawt; 6 Jan 2011 at 07:34 PM.

  7. #7
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: SSL ISSUE IE8 javascript

    This must also be set to the shared SSL as well

    define('DIR_WS_HTTPS_CATALOG', '/');
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  8. #8
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: SSL ISSUE IE8 javascript

    I dont understand your last answer, already have tehse line on my configure file, by the way tried to remove the non secure line, it
    was worst than before.. i know that my main problem is to point my image to be secure on the login page..
    Last edited by hawlisjawt; 6 Jan 2011 at 08:03 PM.

  9. #9
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: SSL ISSUE IE8 javascript

    Is your admin configure also set correctly?

    define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/~YOUR_USERNAME');

    https://www.zen-cart.com/tutorials/index.php?article=14

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  10. #10
    Join Date
    Jan 2011
    Posts
    21
    Plugin Contributions
    0

    Default Re: SSL ISSUE IE8 javascript

    Admin fully working under SSL.

    Code:
     * If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
       */
      define('HTTP_SERVER', 'https://cx89.justhost.com/~monpeti1');
      define('HTTPS_SERVER', 'https://cx89.justhost.com/~monpeti1');
      define('HTTP_CATALOG_SERVER', 'https://cx89.justhost.com/~monpeti1');
      define('HTTPS_CATALOG_SERVER', 'https://cx89.justhost.com/~monpeti1');
    
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'true');
      define('ENABLE_SSL_ADMIN', 'true');

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. IE8 Firefox issue
    By zcadqliv in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Mar 2011, 06:27 PM
  2. SSL Security Warning IE8
    By feanix02 in forum General Questions
    Replies: 21
    Last Post: 16 Nov 2010, 02:22 AM
  3. Layout issue in IE8
    By IanPerryment in forum General Questions
    Replies: 3
    Last Post: 21 Apr 2010, 10:55 AM
  4. IE8 word wrap issue
    By mheishman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Apr 2009, 10:52 PM
  5. Added SSL but can't login with IE8
    By RocketFoot in forum General Questions
    Replies: 3
    Last Post: 8 Apr 2009, 01:21 PM

Posting Permissions

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