Results 1 to 10 of 12

Hybrid View

  1. #1
    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^

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    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.

  3. #3
    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.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    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.

  5. #5
    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.

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    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.

  7. #7
    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');

 

 

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