Results 1 to 5 of 5
  1. #1

    Default HCL (Help Center Live) - Page contains both secure and nonsecure items

    Installed Help Center Live on Zen Cart v1. 37.

    When entering the checkout, i. e. switching to SSL, the above warning displays. It is due to the status icons.

    I saw the following thread in another forum:
    http://forums.oscommerce.com/lofiver...hp?t99093.html

    but could not understand which files to edit, and it also looks rather dated.

    Any ideas. . . ?

    www. surveyequipment. com

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: HCL - Page contains both secure and nonsecure items

    When IE asks you "Do you want to load the insecure elements?" (or similar wording)

    Choose "NO"

    ... then look at the page. You may see what is causing the problem by it NOT being displayed.

    Usually, it's a full http:// URL to a resource and because your SSL is kicking in, it must have everything coming in from https://

    If there is something (a page element) that is being called via a http:// link (or reference) that part of the page is insecure.
    20 years a Zencart User

  3. #3

    Default Re: HCL - Page contains both secure and nonsecure items

    Thanks, but I realise its the image file causing the issue, but because its all coded in Help Center Live it is not easy to work out how to change the URL to https...

  4. #4
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: HCL - Page contains both secure and nonsecure items

    i am having the same problem on the hunt for the right php file, let me know if you got it already

  5. #5
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default Re: HCL - Page contains both secure and nonsecure items

    Only way i found of fixing it...
    go to hcl/config.php
    // The URL where HCL is installed
    $conf['url'] = 'http://yourdomain.com/hcl';

    change to
    // The URL where HCL is installed
    $conf['url'] = 'https://yourdomain.com/hcl';

 

 

Similar Threads

  1. Replies: 10
    Last Post: 30 Nov 2010, 07:38 AM
  2. Replies: 3
    Last Post: 8 Oct 2008, 01:53 AM
  3. Help with "page contains both secure and nonsecure items"
    By bpais in forum General Questions
    Replies: 4
    Last Post: 21 Jan 2008, 03:32 AM
  4. Replies: 10
    Last Post: 18 Apr 2007, 10:29 AM
  5. This page contains both secure and nonsecure items
    By superprg in forum General Questions
    Replies: 21
    Last Post: 21 Mar 2007, 08:26 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