Jump to content

[SOLVED] SSL error since new theme launch


mikelucid

Recommended Posts

Hey and thanks in advance for any help.

My site is www.stretchshapes.net

I recently did a redesign and applied the new theme monday. I have SSL enabled in the backend, just like on my previous theme, but now when you log in to an account, is shows my connection is broken because "The page includes other resources that are not secure".

Anyone have a clue as to why this has happened?

Link to comment
Share on other sites

One more error you need to fix.In themes/matrice/header.tpl replace

{if isset($css_files)}
   {foreach from=$css_files key=css_uri item=media}
   <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
   <link rel="stylesheet" href="http://www.stretchshapes.net/themes/matrice/css/zen.css" type="text/css" />
   {/foreach}
{/if}


with

{if isset($css_files)}
   {foreach from=$css_files key=css_uri item=media}
   <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
   {/foreach}
{/if}
   <link rel="stylesheet" href="{$content_dir}themes/matrice/css/zen.css" type="text/css" />

Link to comment
Share on other sites

Hi Have the same problem on our new web site, it keeps saying some of the page is not secure but comodo installed it on the server and our designer in Bangladesh cannot understand what is not secure. For instance on this page the signing in page https://www.electroniccigarette.uk.com/zigs/authentication.php?back=my-account.php still getting the box sayng do you want to view the unsecure items - any help would be great at this momrnt in time

Link to comment
Share on other sites

Hi Have the same problem on our new web site, it keeps saying some of the page is not secure but comodo installed it on the server and our designer in Bangladesh cannot understand what is not secure. For instance on this page the signing in page https://www.electroniccigarette.uk.com/zigs/authentication.php?back=my-account.php still getting the box sayng do you want to view the unsecure items - any help would be great at this momrnt in time


I would guess it is your flash animated nav bar along the top of the page, seeing as it isnt being called from a secure page
Link to comment
Share on other sites

  • 5 months later...

Hi, thank in advance for the help.

I know it´s a old post, so I open it because I have a problem like this, I did all that this post and other post say, and nothing. I setup a SSL on my Web and I have problem, take a look the image attached.

https://www.coffeeroastersalliance.com/ssl_error.jpg


the website has instaled ssl certificate, but show some problem, I chane init.php file, I enable ssl at back office, and I did so many things but nothing, please help !!!

Thank you again !!

43260_TwgmwxCAjpnGdZ4DsUFU_t

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

A Prestashop 1.4.1 bug I suppose...

I contacted Servage.net (my current host) asking why the 'HTTPS' is empty (HTTPS on the $_SERVER array) and they responded that it is due to the cluster structure of their system. They cannot do anything about it. So this was actually ‘my’ problem not Prestashop’s ! I moved my website to another host (HostGator) and it works perfectly there.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...