When uploading a file using the Media file selector component the AJAX throbber appears and does not disappear, page does not refresh. Console returns the following error: TypeError: b.handleError is not a function in line 12 of /misc/jquery.form.js?mkx6gq
When removing a file in the content node edit screen the same error is returned and the file is not removed.
Comments
Comment #1
dave reidComment #2
ressaIt might not be related to the Media module, since I got the same error because I was using the Open Framework theme. It is based on Twitter Bootstrap and uses another version of jQuery than the one included in Drupal Core, so that was probably the issue.
Switching the admin theme to Seven fixed my problem: At the bottom of the
Administration > Appearancepage, select a "safe" core theme like Seven and check"Use the administration theme when editing or creating content".Comment #3
devin carlson commentedI'd suggest following @ressa's solution in #2.
Feel free to reopen this issue if you are still having problems.