2 thoughts on “Plugin Update – Satellite Images 2.0

  1. Hi
    My server is having an issue with the images not showing I have changed the “curl_get_content” to “file_get_content” this worked with 1.1 but not this time it did sort the date menu out which was not showing all dates, I also put “error_reporting(0);” at the top of the php files but still no luck with images showing, not sure what else to try to get it to work otherwise I will just disable it.

    Harold

    • Hi Harold,
      I changed it from file_get_contents to curl because the source changed from http to https, so the original script will not work anymore, and in some cases they block access, Im afraid there is not much you can do if your server rejects loading the new https source (or they reject yours…). I had to change it because file_get_contents did not work for the https they introduced.

Leave a Comment