Somehow, the jQuery Update module is being blocked on my server. After enabling and configuring the module, I continue to get the following in my source code:
<script src="http://example.com/misc/jquery.js?v=1.4.4"></script>
<script src="http://example.com/misc/jquery.once.js?v=1.2"></script>
I am trying to use version 1.10 with the jQuery Migrate. I've changed multiple settings, cleared all the caches, restarted Apache, updated jQuery Update to the latest version, run update.php, etc. Nothing works.
Any suggestions on where else to look?
Comments
Comment #2
markhalliwellComment #3
jemisond commentedNothing to do with that. example.com is my own site and it's not using https.
Comment #4
markhalliwellIt's likely actually a dup of #2604036: Migrate option actived breaks my site (didn't see "with the jQuery Migrate" part).
Was fixed in #2692295: jQuery Migrate update to latest version.
Try the latest release: 7.x-3.0-alpha4 (just made a few minutes ago).
Comment #5
jemisond commentedTried the latest release and making a little bit of progress...
I went to one page and it worked like a charm. Went to a second page, and it's back to jquery.js?v=1.4.4. Cleared the cache and it loads on the first page I go to. Go to another page, and it's back to jquery.js?v=1.4.4.
Comment #6
jemisond commentedJust for fun, I changed the jQuery Update settings to use a CDN- the pages still load the local version.
Comment #7
jemisond commentedAfter updating Drupal core (and several other modules), it seems to be working now.