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

jemisond created an issue. See original summary.

markhalliwell’s picture

Status: Active » Closed (duplicate)
Related issues: +#2457777: Secure pages issue
jemisond’s picture

Status: Closed (duplicate) » Active

Nothing to do with that. example.com is my own site and it's not using https.

markhalliwell’s picture

Status: Active » Closed (duplicate)

It'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).

jemisond’s picture

Status: Closed (duplicate) » Active

Tried 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.

jemisond’s picture

Just for fun, I changed the jQuery Update settings to use a CDN- the pages still load the local version.

jemisond’s picture

Status: Active » Closed (outdated)

After updating Drupal core (and several other modules), it seems to be working now.