Jump to content

Got SSl but some parts not secure


andyr73

Recommended Posts

Errors are



To fix them open footer.tpl in your theme folder and replace
 src="{$base_dir}themes/assembly/img/content-bottom.gif" 


with

 src="{$content_dir}themes/assembly/img/content-bottom.gif" 



similar

src="{$base_dir}themes/assembly/img/content-bottomplus.gif" 


with

src="{$content_dir}themes/assembly/img/content-bottomplus.gif"

Link to comment
Share on other sites

Similar errors (this I get from Google Chrome)



so try in that module folder to open tpl files and change calls to thickbox.css and js file .
{$base_dir}


to

{$content_dir}

Link to comment
Share on other sites

I successfully fixed the 3.03 SSL errors on my site by doing the following:

1) Go to modules\creditcard\tpl then
2) Edit payment_execution.tpl
3) Anyplace you see {$base_dir} change to {$content_dir} (I think it is only on lines 7, 19, 22, and 56)

That fixed my problem.

Link to comment
Share on other sites

  • 1 month later...

Hi

Above someone says that you shoud change $base_dir with $content_dir. But then some one else says the opposite. Which one is the correct? Should we do a search in our code and change all of them to secure our site? And with wich one?

Thanks
Gonzalo

Link to comment
Share on other sites

He had custom theme with wrong link for logo so just in this particular case I said to change $content_dir to $base_dir.

I also said to change {$base_dir} to {$content_dir} for some modules that gave insecure content error.
And you can see those errors in Google Chrome.

So part where he says "Anyplace you see {$base_dir} change to {$content_dir} " is not correct.
You need to make this change for src attribute for js, css and images, and not for links (href attribute).

Link to comment
Share on other sites

Hello everybody i am in need of desperate help
my SSl has been installed but i am getting a message that some of my pages will send information unsecured how can this be.
Kind regards
Andy
www.carmatfactory.co.uk



i had same problem as you have finally my technical host support told me the problem and when i fixed everything working well below they answer

Hello,

On that page, https://www.vgamecard.com/26-itunes-10-gift-card-us-online-delivery.html , you have links to Facebook and Twitter which are not secure:

http://www.facebook.com/plugins/like.php?href=http://www.vgamecard.com/26-itunes-10-gift-card-us-online-delivery.html&layout=standard&show_faces=false&width=225&font=arial&action=like&colorscheme=light&height=35

http://twitter.com/home?status=iTunes Gift Card...-http://www.vgamecard.com/26-itunes-10-gift-card-us-online-delivery.html

You will need to correct those Facebook and Twitter links to be going to https://www.facebook.com and https://www.twitter.com or remove them all together. I'm not certain what you mean by "sitemap.xml should be Https or Http ?" Anything that you would like to be secure needs to have a link starting with https:// instead of http:// or it will show as partially encrypted/partially secure on that page of your site.

Thank you,

i hope it will help you
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...