BWS Posted June 27, 2009 Share Posted June 27, 2009 Hi all .. Does any one uses SSL certificated in whmcs ? i have installed new certificate , and my users whom uses IE7 viewing this Actually when i remove header template code and being blank , the security window disappear , so this means there is some code i have to set in header template to avoid this , as am right ? Am waiting comments 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted June 27, 2009 Share Posted June 27, 2009 Check your header.tpl for hard links to non-secure (http:) pages. Use either secure pages or relative links instead. 0 Quote Link to comment Share on other sites More sharing options...
BWS Posted June 27, 2009 Author Share Posted June 27, 2009 Check your header.tpl for hard links to non-secure (http:) pages. Use either secure pages or relative links instead. I have checked that and added ' s ' from http TO https , but still , also when i restored the default header template same problem when i leave it blank it works fine so could you help me if i attach for you my header ! 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted June 27, 2009 Share Posted June 27, 2009 If you want to post your header.tpl here then go for it. 0 Quote Link to comment Share on other sites More sharing options...
BWS Posted June 27, 2009 Author Share Posted June 27, 2009 If you want to post your header.tpl here then go for it. Thanks dear for assistance I have PM you already 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted June 27, 2009 Share Posted June 27, 2009 I can only help with what is posted here in the forums so that everyone will benefit. Having said that, I took a quick look at your header.tpl and saw nothing wrong, so the error is probably in a file that is called by header.tpl. 0 Quote Link to comment Share on other sites More sharing options...
BWS Posted June 27, 2009 Author Share Posted June 27, 2009 I can only help with what is posted here in the forums so that everyone will benefit. Having said that, I took a quick look at your header.tpl and saw nothing wrong, so the error is probably in a file that is called by header.tpl. No problem . The tmpl attached header.txt 0 Quote Link to comment Share on other sites More sharing options...
bear Posted June 27, 2009 Share Posted June 27, 2009 While it could also be in the footer (or any parts you have edited), try removing this code block temporarily: "<!-- BEGIN ProvideSupport" all the way to the end tag portion: "Graphics Chat Button Code -->". (all the code between as well..the whole chat call) Though it looks like it's set to spot SSL vs non, that's the only questionable bit I spotted in a quick glance. 0 Quote Link to comment Share on other sites More sharing options...
BWS Posted June 27, 2009 Author Share Posted June 27, 2009 While it could also be in the footer (or any parts you have edited), try removing this code block temporarily: "<!-- BEGIN ProvideSupport" all the way to the end tag portion: "Graphics Chat Button Code -->". (all the code between as well..the whole chat call) Though it looks like it's set to spot SSL vs non, that's the only questionable bit I spotted in a quick glance. Mr bear , I have not just remove the code which you talk about , i have used the default header template without any extra codes , same issue When i keep it blank , ssl works fine then issue not with my template i guess , i think there is some code i have to use in header either if i will modify my header or not While it could also be in the footer footer is fine , i have add https and no issues , also when i remove header and footer not touched it has works fine , so this means 100 % this problem is from header only 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted June 27, 2009 Share Posted June 27, 2009 Really, the first thing you need to do is validate your pages for proper xhtml. On the client login page alone there is 95 errors and 4 warnings. It's really a mess, with multiple <head> tags and so on. this means 100 % this problem is from header only Instead of concentrating on the fact that it passes with the header code empty, just find the violations in all the templates and fix them. Why? Because your code is so screwed up there's no telling where the problem lies. Errors found while checking this document Also, as bear recommended, you should remove the entire chat call temporarily. 0 Quote Link to comment Share on other sites More sharing options...
BWS Posted June 27, 2009 Author Share Posted June 27, 2009 What does this means You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". for eg alt="Terms of service"> i have to do it like that alt="Terms of service/"> 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted June 28, 2009 Share Posted June 28, 2009 What does this means You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". In XHTML there must always be a closing tag, so the "/" is placed just before the ">". For instance, instead of using "<br>" you would use "<br />". This applies to image tags as well. alt="Terms of service"> i have to do it like that alt="Terms of service/"> Always place the closing slash right next to the closing bracket. An image tag would look like this: <img src="image.jpg" alt="Terms of service" /> 0 Quote Link to comment Share on other sites More sharing options...
ckh Posted June 28, 2009 Share Posted June 28, 2009 In your styles.css file, you have the background image hardcoded to: http://bh-30.com/up1/uploads/images/bh30.com58a1b73e22.jpg at the top of the file. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.