Thread Starter
themps
(@themps)
I’ve narrowed it down to the plugin calling for the timely gmaps script in http rather than https which is breaking it. Now to fix.
I’m thinking the original install of the calendar has held onto the http permalink version of my site’s address. Is there an easy way to completely uninstall the calendar without losing all the events and settings/etc? I think if I am able to reinstall it should figure out it needs to look for https now that the permalink/etc was updated.
Thread Starter
themps
(@themps)
Hello, please mark this as unresolved. This did not work.
Thread Starter
themps
(@themps)
Nevermind I got it.
But I did the manual upgrade to the letter. No luck.
Thread Starter
themps
(@themps)
Mixed Content: The page at ‘https://oakwoodbible.org/event/sisters-coffee-fellowship-7/?instance_id=206817’ was loaded over HTTPS, but requested an insecure script ‘http://oakwoodbible.org/wp-content/plugins/all-in-one-event-calendar/public/js/libs/gmaps.js?ver=2.2.1’. This request has been blocked; the content must be served over HTTPS.req.load @ oakwoodbible.org/:1
oakwoodbible.org/:1 Uncaught Error: Script error
http://requirejs.org/docs/errors.html#scripterror
That is what shows up on the debug.
So I’ve been digging around and I’m not an expert but it seems like maybe there is a script being called written specifically with the http versus a generic //domain name.
Any idea where that might be so I can edit it?
It puts tihs in the <head>
<script type=”text/javascript” charset=”utf-8″ async=”” data-requirecontext=”_” data-requiremodule=”libs/gmaps” src=”http://oakwoodbible.org/wp-content/plugins/all-in-one-event-calendar/public/js/libs/gmaps.js?ver=2.2.1″></script>
Thanks!
Thread Starter
themps
(@themps)
Does anyone know where I can locate the code that is calling the gmap script on the individual event pages so I can alter it?
Thread Starter
themps
(@themps)
I’ve been running through the php but I can’t find it. I’m no expert in it of course but I can make little changes. I’ll just have to keep doing that every time timely updates the plugin.
Thread Starter
themps
(@themps)
So I just wiped the whole calendar plugin from the site. Deactivated/deleted.
I then reloaded the plugin.
Events are gone however it somehow retained even categories.
The embed is still calling for an insecure hhtp script.
Something is wrong with this plugin. I’ve searched through all the plugin PHP unable to find the source of the problem.