Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

We keep getting this message in a popup.

"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."

screenshot: http://screencast.com/t/labHh6pihP

Any ideas?

share|improve this question

closed as too localized by toscho Jul 13 '12 at 20:03

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Since the issue seems to happen in generic jQuery library it is likely caused by some code that tries to use it, rather than library itself.

First you should define SCRIPT_DEBUG so that non-minified versions of bundled scripts are used, but from there you are probably up for manual debug, using Firebug or something.

Also disabling plugins and stuff one by one can be easy way to pinpoint problematic code.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.