I currently have an Events content type that includes a field collection item with a date field and a text field. I have it set to add unlimited field collection sets but when I click "Add another item", the follow script pops up:

"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: http://[site]/sites/all/modules/jquery_update/replace/jquery/jquery.min.js?v=1.5.2:16"

In Firefox, the fields will eventually appear (after a minute or so), but in IE the browser becomes unresponsive and closes down.

I just updated to Drupal 7.10 and all of the modules on the site are up to date. I have no clue why this is popping up all of the sudden... Any guidance is appreciated!

Comments

Everett Zufelt’s picture

1. Were you having this problem before updating to 7.10? Did you do anything else at the same time?

2. When you say date, do you mean the Date module?

3. Are you using this page within the Overlay? If so, have you tried disabling the Overlay module?

makt’s picture

1. No, I didn't have this problem before updating to 7.10. But I also bulk updated a bunch of modules too:
Field Collection, Views, Date, Calendar, Fusion theme, views slideshow, arrange fields, quicktabs, captcha, location, metatag, references and webform.

2. Yes, I do mean the date module

3. No, I always disable Overlay once I install Drupal 7 -- it's buggy with our old version of IE at work.

I also tried using jQuery update module to see if a newer version of jQuery would fix the problem, but there was no change.

BrightBold’s picture

@makt - I'm having this problem on a Drupal 7.7 site, overlay off and Field Collection installed but not enabled. The overlaps with your list are Views (rc1), Date (2.0 alpha 3), Captcha (alpha 3), Webform (3.11), Meta Tags (alpha 4), References (beta 3) - nothing has been updated recently. The problem does seem to occur mainly (solely?) on admin pages, so I don't know if it's related to Seven or something about forms - the other developer working on the site thinks it may have to do with the dynamic content editor widget (the site's using the CKEditor module). I suspect it's a contrib problem over core, but we haven't been able to pinpoint it yet.

makt’s picture

I just updated to Drupal 7.12, hoping that it might fix the problem, but it didn't!

@brightbold - if you ever pinpoint the issue, will you pass it on? ckeditor module seems like a likely culprit. I'll try disabling it for my Event content type tomorrow and see if that helps.

Thanks!

BrightBold’s picture

Version: 7.10 » 7.12

@makt - That's a good theory. This is the only site I have that uses CKEditor module (it was build by another developer who modded the module, so I can't eliminate it);all my other sites use WYSIWYG module with CKE. Let me know if your experiment is successful and I'll let you know if I figure out anything.

makt’s picture

@brightbold - Nope. No luck with disabling CKEditor module. I get to about the 9 or 10th additional date and it pops up that error message.

ioanmar’s picture

I have the same exact issue with a D7.22. I've a collection of many fields (<20) and whenever I add another group it takes forever to load. Sometimes I also get the same error message for the jQuery script. It must have to do with a combination of modules with field collection. I'll check different combinations and post any possible finding.

JohnLinux’s picture

Issue summary: View changes

Did anyone get a solution to this?

Version: 7.12 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.