Every single time I access /admin/build/features I get the following JavaScript alert (after waiting a good 10 seconds for the page to finish initialising)
A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
Script: http://example.com/sites/all/modules/contrib/jquery_update...
After that, if I press continue, the page finally finishes initialising after another couple of seconds, and the Features UI functions fine (though it is very slow - but that's another issue).
Comments
Comment #1
yhahn commentedIs this still occurring on the latest DRUPAL-6--1? It may be related to http://drupal.org/node/704024 which I believe is fixed - bad exports can cause the JS status comparison to time out.
Comment #2
mrfelton commentedThis is still occurring in 6.x-1.0-beta6
Comment #3
yhahn commentedAre you using jquery_update?
Also, do you have access to a JS debugging tool like firebug or the webkit JS console?
Comment #4
mrfelton commentedI am using jquery_update (6.x-2.x-dev-2009-04-24). Unfortunately my FireBug seems to crash out Firefox every time I launch it! But I'll try and get that fixed and see if there is anything in the console.
Comment #5
mrfelton commentedSo, I got firebug working again - 1.5 seems to be broken for 64bit Ubuntu atm so I had to downgrade it to 1.4.5.
Anyway, I set jquery_update to use the uncompressed version so you can see exactly where the error occurs (jquery.js line 2059):
When the error popped up, I hit the debug button, which took me to a console showing:
With
array = Array.prototype.slice.call(array);highlighted.Anything else I can do to help track this down?
Comment #6
yhahn commentedThanks for looking into this, I'll try to track it down from here.
Comment #7
socialnicheguru commentedsubscribing. I am having the same problem. I do not have jquery_update installed. jquery_update 2x installs jquery 1.3.x I believe.
Comment #8
yhahn commentedWould love to know if this is still happening in the latest Features, especially after this commit: http://drupal.org/cvs?commit=386496
Comment #9
socialnicheguru commentedYes. it is still doing this for me.
I just used the 1.0 version of features.
It is timing out when creating the features page.
It is loading about 400KB for all the views, contexts, etc.
Comment #10
socialnicheguru commentedchanging status
Comment #11
hefox commentedFeatures export screen really doesn't work for large amount of components; is this the case?
Comment #12
mpotter commentedAjax timeouts on large amount of components is being fixed in #1400298: Removing auto-detected components from a feature (UI update, removing Ajax).
Comment #13
adamdicarlo commentedOn a site with, say, 60 features modules, loading admin/build/features can pretty much crash the server, because the JavaScript tries to make the status request for each feature all at once.
So maybe this is the problem that was originally being reported?
Comment #14
mpotter commentedSorry, but this is fixed in the 7.x-2.x branch and no backport of the new UI is planned for the 6.x version.
Comment #15
adamdicarlo commentedMy problem is a bit different and applies to 7.x-2.x as well; I realized I should open a separate issue:
#1869672: Feature listing page slams Drupal with simultaneous Ajax calls for status requests.