I updated to the latest drupal 7 and I turned off all my add- on modules, but no matter what I do, jquery seems to be broken on a site of mine and by broken, I only mean the jquery that controls the little anchors that allow drag and drop in the admin theme, like in the blocks page. Every page that has drag and drop as reverted back to "weights" with number fields. I'm not sure what else to troubleshoot here. Drupal is up to date and I can't determine if a module is causing the problem or not....

Any help?
Rebecca

Comments

jaypan’s picture

Open up a javascript console (all current browsers have them) and load the page. You'll see an error message. Paste it here.

Contact me to contract me for D7 -> D10/11 migrations.

beckyjohnson’s picture

Javascript is enabled and I checked my console and got the following error: http://chpcs.right-brain.net/screenshot.jpg

jaypan’s picture

That message is generic and doesn't point to a specific cause. The next step is starting to disable modules one by one, and refresh the page after each module is disabled. You should be able to track down the module causing the issue by doing this.

Contact me to contract me for D7 -> D10/11 migrations.

beckyjohnson’s picture

OK, I already did this, but I'll try it again!

Rebecca

vm’s picture

it's also worth checking to ensure javascript is enabled in the browser