All-in-one Event Calendar (ai1ec) Plugin breaks
-
I’ve reported this using Siteground’s internal issue tickets but just noting here for others.
With JavaScript minification enabled the All-in-one Event Calendar (ai1ec) plugin breaks, the dropdown inputs, hover-overs, expansions and such don’t work.
The reason being that the optimiser creates a file like “uploads/siteground-optimizer-assets/ai1ec_requirejs.min.js” but this file is a minified version of a “page not found” HTML page rather than the correct file.
This in turn appears to be because the “file” is made by ai1ec on the fly, the URL is: https://example.com/?ai1ec_render_js=event.js&is_backend=false but the returned script is indeed _in part_ requirejs as sg-optimizer rightly records; but appears to be a pre-combined JS file itself (it’s huge, and includes some jQuery at least).
If anyone knows how to fix it to work then that’s cool, but this is not really a support request, more a notification.
- The topic ‘All-in-one Event Calendar (ai1ec) Plugin breaks’ is closed to new replies.