i've drupal 6.13 installed with jquery_update (6.x-2.x-dev; datestamp = "1240532053")

when I nav to

main/admin/build/modules/list

i get a dialog,

"Warning: Unresponsive script.

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: https://www.mydomain.com/sites/all/modules/jquery_update/replace/jquery...."

if i click StopScript, there's no apparent further problem ...

this is fully reproducible, though only @ the modules page, and does not happen if i de-install jquery_update ...

Comments

vm’s picture

I'm not seeing this using -dev

what are your jquery settings? minified?
are you sure that all files were uploaded and none are corrupt? for the jquery update.module?

PGNetDev’s picture

> what are your jquery settings?

took me a moment to find @docs, then directly nav to: .../admin/settings/jquery_update

where _is_ that admin menu item?

> minified?

no, not at the moment. current setting is:

Development (Uncompressed Code)

> are you sure that all files were uploaded and none are corrupt? for the jquery update.module?

i wouldn't know how to be sure, or not. that said, i've deinstalled, then reinstalled a fresh copy. no errors as far as i see.

still, the error as reported continues.

anodyne’s picture

Version: 6.x-2.x-dev » 6.x-1.1

I kept getting an unresponsive script error on FF3.52 with Firebug 1.4.2 installed on WinXP Pro SP2 - not sure if it's specifically related to the jQuery Update module though. (I had 6.x-1.1 installed and enabled when i noticed it, but i was installing a LOT of other modules at the time so it's quite likely something else caused the issue in FF3.52) I tried uninstalling jquery_update 6.x-1.1, and installed jquery_update 6.x-2.x-dev, but that didn't seem to resolve the issue. Even tried turning off any jquery related modules and restoring the contents of the /misc folder from the original drupal 6.13 archive - no joy. :(

BUT...

While googling on this topic I came across the Utility module at:
http://drupal.org/project/util,
so installed it, enabled ALL of the Util modules, disabled the jquery_update 6.x-2.x-dev module, then went to Administer > Site Configuration > Utilities > System Module Settings (which is under: /admin/settings/util/sysmods if you cannot find the link in your admin menu!)

On the System Module Settings page for the Utility module, I ticked ALL of the checkboxes, then clicked on the "Customize >" / confirmation button at the bottom, and went back to the modules page.

WHAMMO! Problem solved.

The downside of collapsing all your module groups is it can be a bit harder to find the module you're after, but it's a lot better than getting the unresponsive script error every time you go to the modules page! (imho)

Hope this helps someone else out there in DrupalLand :)

giorgio79’s picture

Project: jQuery Update » Drupal core
Version: 6.x-1.1 » 6.13
Component: Code » update.module

I am having the same issue as @PGNetDev

Here is a blogpost as well: http://blog.raisedeyebrow.com/2009/03/cant-access-your-drupal-6-modules-...

It seems some kind of issue with the update module.

I am setting it to Update Status instead of jquery update, as I don't have the jquery module installed. Please change it if you don't think it is appropriate.

ndwilliams3’s picture

Do you have the Development module installed? I found it to be causing the problem on my site.

damien tournoud’s picture

Status: Active » Closed (duplicate)