I was trying to update my list of mentors today and I wasn't able to get the autocomplete to pull up any names. I change the case to make sure mine matched the user's name exactly. Only when I typed in the user's name and uid in parenthesis did the site accept the entry.

I thought it might be related to some of the support requests I've seen where people are saying the autocomplete is taking a long time to return, but I've left it for at least two minutes now and I've gotten nothing.

I'm using Chrome on a Mac.

Console is giving the error:

Uncaught Syntax error, unrecognized expression: nrWrapper (edit:8)

Comments

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for the console output. Any chance you can post the full backtrace?

drumm’s picture

Project: Drupal.org customizations » Drupal.org infrastructure
Version: 7.x-3.x-dev »
Component: User profiles » Monitoring
Status: Postponed (maintainer needs more info) » Active

I can reproduce this. nrWrapper stands for New Relic.

drumm’s picture

This is a generic error handler of some sort for New Relic, the underlying issue seems to be #2459697: Toggle for ajax alter.

Once we update advagg module, the setting is on the admin/config/development/performance/advagg page under Obscure Options.

drumm’s picture

Issue tags: +needs drupal.org deployment

I'll deploy tomorrow, it is a bit too late today.

drumm’s picture

Assigned: Unassigned » drumm
drumm’s picture

Project: Drupal.org infrastructure » Drupal.org customizations
Version: » 7.x-3.x-dev
Component: Monitoring » Code
Issue tags: -needs drupal.org deployment

The newer advagg module, and turning off "Run advagg_ajax_render_alter()", isn't helping.

On further inspection, I think this is the collapsible fieldsets trying to make the time zone fieldset, which we removed the title from, collapsible. That fails, and messes up future JS.

  • drumm committed b7c8e63 on 7.x-3.x, dev
    Issue #2454139: Autocompletes on Drupal.org Profile aren't firing
    
drumm’s picture

Status: Active » Fixed
Issue tags: +needs drupal.org deployment
drumm’s picture

Issue tags: -needs drupal.org deployment

Now deployed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.