andyr73 Posted November 19, 2010 Share Posted November 19, 2010 Hello everybody i am in need of desperate helpmy SSl has been installed but i am getting a message that some of my pages will send information unsecured how can this be.Kind regardsAndywww.carmatfactory.co.uk Link to comment Share on other sites More sharing options...
razaro Posted November 19, 2010 Share Posted November 19, 2010 Errors are The page at https://www.carmatfactory.co.uk/order.php displayed insecure content from http://www.carmatfactory.co.uk/themes/assembly/img/content-bottom.gif.The page at https://www.carmatfactory.co.uk/order.php displayed insecure content from http://www.carmatfactory.co.uk/themes/assembly/img/content-bottomplus.gif. 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 More sharing options...
andyr73 Posted November 19, 2010 Author Share Posted November 19, 2010 ok that sorted that but when my customer goes to pay by credit they get the red cross again saying not secure heres the pagehttps://www.carmatfactory.co.uk/modules/creditcard/payment.phpBut that only worked for 10 minutes now it doesn't work again and i haven't changed anything Link to comment Share on other sites More sharing options...
razaro Posted November 19, 2010 Share Posted November 19, 2010 Similar errors (this I get from Google Chrome) The page at https://www.carmatfactory.co.uk/modules/creditcard/payment.php displayed insecure content from http://www.carmatfactory.co.uk/css/thickbox.css.2The page at https://www.carmatfactory.co.uk/modules/creditcard/payment.php ran insecure content from http://www.carmatfactory.co.uk/js/jquery/thickbox-modified.js.The page at https://www.carmatfactory.co.uk/modules/creditcard/payment.php displayed insecure content from http://www.carmatfactory.co.uk/img/loadingAnimation.gif. 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 More sharing options...
andyr73 Posted November 19, 2010 Author Share Posted November 19, 2010 can't find any of these i really am struggling with this i have looked in these files and cannot find this {$base_dir} in any of these filescheers Link to comment Share on other sites More sharing options...
andyr73 Posted November 19, 2010 Author Share Posted November 19, 2010 I successfully fixed the 3.03 SSL errors on my site by doing the following:1) Go to modules\creditcard\tpl then2) Edit payment_execution.tpl3) 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 More sharing options...
andyr73 Posted November 22, 2010 Author Share Posted November 22, 2010 ok hjad major problems with the site over weekend if anybody knows were to find the errors and let me know which files to look in to sort the ssl error's out because i am loosing my patients with my website.Pulling me hair out Link to comment Share on other sites More sharing options...
razaro Posted November 22, 2010 Share Posted November 22, 2010 Problem is with header logo, from secure page it takes you to your homepage but with https with it shouldn't.So change <a href="{$content_dir}" to <a href="{$base_dir}" in header.tpl. And check secure pages for similar links. Link to comment Share on other sites More sharing options...
ecoshop Posted December 27, 2010 Share Posted December 27, 2010 HiAbove 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?ThanksGonzalo Link to comment Share on other sites More sharing options...
razaro Posted December 27, 2010 Share Posted December 27, 2010 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 More sharing options...
shahriar Posted January 1, 2011 Share Posted January 1, 2011 Hello everybody i am in need of desperate helpmy SSl has been installed but i am getting a message that some of my pages will send information unsecured how can this be.Kind regardsAndywww.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 answerHello, 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=35http://twitter.com/home?status=iTunes Gift Card...-http://www.vgamecard.com/26-itunes-10-gift-card-us-online-delivery.htmlYou 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now