Hi @andyctyp,
Regarding the php version it’s really strange, I tested it and seems works correctly. May be the php version string you get isn’t interpreted correctly.
Can you copy / paste it?
A file with an insecure url of “http://maps.googleapis.com/maps/api/js?sensor=true&ver=4.9.2” was loaded on line: 111 of https://www.highland-personal-development-photography-tours.com/.
This seems more a portion of code than a value stored into the database.
Where this string is found?
Hi Guido
Thank you for your reply.
I am not a developer, so I am not quite sure what you are asking.
It probably is a portion of code. I am trying to locate it so I can fix it from http: to https:
I got this line of code from using whynopadlock.com.
https://www.whynopadlock.com/results/f159a44a-5225-4fc1-8af0-68dc6b314fcf
There was a similar line of code relating to google fonts in the style.css of my theme (http://fonts.googleapis.com/css) which I fixed.
Previously, on a different site I moved to SSL, There was a line of code as follows in the Mailchimp widget:
http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
I have removed the MailChimp widget from my site, but still it is insecure.
I fixed all the other http: issues using another search and replace plugin (Better Search & Replace) as I couldn’t get Search & Replace to activate.
This is the string in the URL when the error message ‘This plugin can not be activated because it requires at least PHP version 5.4.0.’ appears:
https://www.highland-personal-development-photography-tours.com/wp-admin/plugins.php?action=activate&plugin=search-and-replace%2Finpsyde-search-replace.php&plugin_status=all&paged=1&s&_wpnonce=330773d5b1
Here is the error when I look at the source code in Chrome:
Mixed Content: The page at ‘https://www.highland-personal-development-photography-tours.com/’ was loaded over HTTPS, but requested an insecure script ‘http://maps.googleapis.com/maps/api/js?sensor=true&ver=4.9.2’. This request has been blocked; the content must be served over HTTPS.
I am not sure how/what tool I need to do to track down what is generating the line of insecure code.
Do you have any suggestions?
Thanks
Hi @andyctyp,
Sorry for the delay on this.
Regarding the problem with the google map that may be because of a plugin, isn’t necessary a value in the database, if you have a plugin for google map installed try to make a search using the Search & Replace in dry mode for maps.googleapis.com if you don’t find anything is probably a code from a plugin and in that case you should contact the author of the plugin and ask to update the protocol part for the url.
If you have find the string in dry mode you can deactivate the dry mode, make a backup first and then try to replace http://maps.googleapis.com/maps/api/js?sensor=true&ver=4.9.2 string with https://maps.googleapis.com/maps/api/js?sensor=true&ver=4.9.2