Posts: 32
Threads: 10
Joined: Sep 2015
Hello again Steven,
I just discovered another bug. I noticed that any page that a comment is posted on becomes insecure... I will PM you a link...
Thanks.
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 32
Threads: 10
Joined: Sep 2015
Thanks so much for your reply as always, Steven. I made the changes you suggested, but i'm still getting the error. All of my internal links were previously changed from http to https sitewide when I first activated my SSL. I went back through all of the source code and my php includes and nothing is referencing anything (internally) as http. There are outbound links to other sites that are http obviously, but that's all... All internal links and references are either absolute https or ./, ../, etc...
As far as I can tell it definitely seems to be the comments causing it. If you want to test it, try the following:
1) Go to one of my other blog pages that don't have any comments yet. Note that the pages are secure. I will PM you a link to one...
2) Leave a test comment. You will see that the page is then insecure...
I left the changes in place, which you recommended in your first reply.
Thanks again, Steven! I truly appreciate your help!
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 32
Threads: 10
Joined: Sep 2015
Hi Steven,
Thanks as always! I fixed those errors, but it's still insecure. According to whynopadlock.com it is because of:
http://www.domain/commentics/images/smilies/smile.gif
Where can I change the smilie url reference at?
Thanks again. I'm going to buy you a few more cups of coffee (or beers) for your trouble, bro! >8>)
Posts: 2,905
Threads: 59
Joined: Jun 2010
Ah, I see. For that you'll need to edit the particular comment which has the smiley in 'Manage -> Comments'.
Have
you completed
the interview?
Posts: 32
Threads: 10
Joined: Sep 2015
HA! Excellent! I must have been getting that error, because the comment was posted with the smilie in it before I switched over to SSL. I deleted the smilie from the comment and posted another test comment with smilies in it and everything works perfectly now.
Thanks for all of your help once again, Steven! There will be a few more bucks heading your way for your trouble my friend. If anyone reading this is using Commentics and you haven't shown your appreciation with a donation, you should be ashamed of yourself. This is a a terrific thing Steven is doing for us here!
Posts: 9
Threads: 2
Joined: Mar 2016
I also want to make my site secure. I have read the above but can't find /commentics/includes/template/head.php in my control panel commentics folder. Has it changed?
Posts: 2,905
Threads: 59
Joined: Jun 2010
Hi Ron,
In earlier versions, fewer resources were included so there wasn't a need for a head.php file. I believe the equivalent would be for you to just change the http to https in the following line in /includes/template/comments.php.
Code:
document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></scr" + "ipt>");
Have
you completed
the interview?
Posts: 9
Threads: 2
Joined: Mar 2016