I have a multisite installation and I was facing numerous problems as nearly half of the sites was throwing require once.. errors and etc.

Maybe this is not a solution, but I suggest to do the following:

Replace the jquery.packed.js of module with new one from Drupal {your drupal installation}/misc/jquery.js (I was renaming the original from sites/all/modules/replace/jquery.packed.js to sites/all/modules/replace/jquery.packed.js.bak just to be sure.

Why: both files inside are jquery 1.2.6 that is packed and suggestion is to use minified. I am no expert, but as module is touched last time in 06.2009 it is obvious that there could be a problem (10 months and few Drupal revisions later) and I saw no problem to overwrite it as it was the same version.

For me, this proved to be solution to all problems.

jQuery update is important for many other modules and to make sites stand out.

So, please maintainers, check what is wrong (if there is something) and tell us something about 1.4.2 version and plans for Drupal 6.x and 7.x.

Comments

mfer’s picture

Status: Fixed » Postponed (maintainer needs more info)

a 1.4.2 version for Drupal 6 is in the works.

This issue is listed against 6.x-2.x. In that branch there is no packed version. I'm a little confused.

mfer’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

First, jQuery Update 2.x supplies jQuery 1.3.2 in minified and uncompressed forms. The packed type has been dropped both here and by the jQuery project itself.

The suggestion to use minified comes from the jQuery team. So, we are sticking with that.

A jQuery 1.4.2 version will come out at some point. As soon as someone has the time/tasking to use it on a project and create an update. There are some drupal core (and I'm sure contrib module) issues that need to be worked out.