Problem/Motivation

The javascript settings seems not to be loading sometimes since the version changed in the last dev.

-; Information added by Drupal.org packaging script on 2015-01-08
-version = "7.x-2.7+42-dev"
+; Information added by Drupal.org packaging script on 2015-01-16
+version = "7.x-2.7+43-dev"

After this change and doing some "drastic measures", some of the page loads are failing to load the admin menu.

With the message saying: /us/admin/modules

TypeError: settings is undefined

Other pages saying: /us/admin/people/permissions

TypeError: $admin.eq(...).parents(...).prev(...).children(...).get(...) is undefined

Using aggressive & advagg_gzip.

Attached is the diff between the two versions.

Proposed resolution

Remaining tasks

User interface changes

API changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joelpittet’s picture

Title: Regression » Regression for possibly settings in last dev release

Slightly better title.

joelpittet’s picture

I reverted with that patch (well the relative version of that patch) and the problem went away. Possibly the solution to the problem unless you know what may cause this or if you would like me to try and test something else?

mikeytown2’s picture

99% sure it was this #2408271: Do 1 cache_get_multiple instead of 3 cache_get on aggressive cache hit

Looks like I need to work on it more.

joelpittet’s picture

joelpittet’s picture

@mikeytown2 reverting just that commit did fix the issue.

joelpittet’s picture

Status: Active » Needs review
FileSize
4.96 KB

Here's a patch to revert if you need it.

mikeytown2’s picture