Hi @wraithkenny,
This error has already been addressed and is often caused by external factors, such as insecure URLs in the event’s featured image, etc
Try this:
Navigate to Events > Theme Options > click the Save Settings button.
Also, navigate to Events > Settings > click the Save Settings button.
This will regenerate your CSS and javascript references.
If that doesn’t work for you, can you provide your calendar URL so I can take a look?
This isn’t that. The plugin has hard coded urls to external resources that are loaded over http:// protocol.
For example: Line 128 of class-ai1ec-events-controller.php
wp_enqueue_script( ‘gmap_api’, ‘http://maps.google.com/maps/api/js?sensor=false&language=’ . $ai1ec_events_helper->get_lang() );
No saving of settings will ever fix this. No external factors are to blame.
To be clear, you are enqueuing a javascript file on admin pages that will not load on sites running SSL. This causes a FATAL ERROR preventing all other javascript from properly running, breaking the admin.
@wraithkenny, if that were the case, many thousands of other users would be affected. It’s not the case.
Again, This error has already been addressed. In order to diagnose what’s causing it on your calendar, please open a support ticket by logging into your Timely account, or click here: https://dashboard.time.ly/account/get-help.
Because the file will not load over SSL, your javascript file references the google variable and breaks the javascript on the page, preventing the plugin from updating and saving data.
16:20:13.093 ReferenceError: google is not defined[Learn More] add_new_event.js:473:7
/wp-content/plugins/all-in-one-event-calendar/app/view/admin/js/add_new_event.js?ver=100.10
Nah, your plugin is garbage. I’ll fork it and fix it myself.
@wraithkenny,
To be clear, the plugin does not load any content without secure protocol unless it was originally setup with insecure protocol. The solution I provided in my first response corrects this issue.
Turns out an old employee sabotaged the plugin on his way out the door.
I’m very sorry, there is nothing wrong with the plugin. It was a disgruntled employee. I apologize.
@wraithkenny, Glad you were able to figure it out. No worries. Thanks also, for fixing the rating.
Cheers