tekone Posted September 9, 2009 Share Posted September 9, 2009 In my client area on WHMCS I am getting some errors saying that the connection is only partially secured. My template was originally made for V3 and I am running V4. When I run the default V4 portal template it runs just fine and fully encrypted. Is there some documentation on how I would have to modify this template to work correctly? 0 Quote Link to comment Share on other sites More sharing options...
openmind Posted September 9, 2009 Share Posted September 9, 2009 The reason why this happening is because you are referencing elements that are not secure in your template. For example you may be stating an absolute path to an image and using a http:// prefix instead of using a relative reference. The easiest way to find the culprit using Firefox is to navigate to a page where you get the warning, right click and select "View Page Info" and then the Media tab. This will list all the elements on that page and if they are secure or not. Fix the insecure ones and the problem will go away. 0 Quote Link to comment Share on other sites More sharing options...
tekone Posted September 9, 2009 Author Share Posted September 9, 2009 how do I fix the insecure ones? The way I could think of would be to edit the header.tpl file, because it references images not in that directory as I paid to have it integrated with my wordpress based main site.. however the only way I could think to modify it would be to take everything that says http:// in the file and replace it with https:// and that would probably create a lot of unnecessary resource usage by securing things on pages that don't necessarily need to be secured 0 Quote Link to comment Share on other sites More sharing options...
tekone Posted September 9, 2009 Author Share Posted September 9, 2009 ugh, I got it.. I copied all the images that were being referenced (other part of my site is wordpress) into the images folder for the whmcs template. I them changed all the image paths (thankfully batch replace exists) Seems to work fine now 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.