Tuesday, June 17, 2014

Drupal 7 and jQuery

Today I ran into a problem while using Drupal 7. Whenever I would try to edit a view option, the screen would black out, but I wouldn't get the pop up to edit the desired field. After some googling around I couldn't find anything. I then decided to use the inspect element command to see what was up. I found a javascript error and then googled it. Apparently, it had to do with jQuery versioning issues. Sure enough, the jQuery Update module had been enabled. To get around this problem, I went to the configuration menu to configure jQuery. I set the default to the latest version and the alternate to the version for admin pages to what we usually use. This solved the problem.

No comments:

Post a Comment