1. pacoguio
  2. Support
  3. Friday, February 15 2019, 09:10 AM
Hello I have a problem with the maps of the events that are not shown, the reason is because the URL of the Google maps API is missing the SSL protocol https, send http instead of https as we see in the following warning / error in the console:

Mixed Content: The page at 'https://plusjardin.com/comunidad/events/view/12/comite-des-floralies-nantes' was loaded over HTTPS, but requested an insecure resource' http://maps.google. com / maps? q = Parc% 20de% 20la% 20Beaujoire,% 20Nantes,% 20France & output = embed '. This request has been blocked; the content must be served over HTTPS.

Do you know how I can get URLs created by Google APIs to be https instead of http?

Thanks for your great work
References
  1. https://plusjardin.com/comunidad/events/view/12/comite-des-floralies-nantes
admin Accepted Answer
Admin
Hi,
try to download latest version and install it, it will perform an upgrade. Now you have installed version 1.1.7, but the latest is 1.1.8 :D

Or alternatively you can fix it by changing line 176 in file at /plugins/jsn/socialnetwork/app/View/Events/view.ctp from "http://maps.google.com"; to "https://maps.google.com";
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.