简体   繁体   中英

WordPress 3.2 JavaScript errors after upgrade

all

After successful upgrade to WordPress some JavaScript reporting errors. I can't add tags to post, and edit permalink.

Safari is reporting this errors:

TypeError: 'undefined' is not a function (evaluating 'g.prop("disabled")') post.php:500
TypeError: 'undefined' is not a function (evaluating 'editPermalink(1196)') load-scripts.php:41
TypeError: 'undefined' is not a function (evaluating 'jQuery(":button, :submit","#submitpost").prop("disabled",true)')

With Chrome is simplier:

Uncaught TypeError: Object #<Object> has no method 'prop' load-scripts.php:219

I tried to Google this erros, but without any success. Upgrade was automatic, but after failure I manualy replaces whole wp-admin and wp-includes directories, and disabled all existing plugins. Any ideas what else I can do? Without downgrading to previous version?

WP3.2 went to jQuery 1.6.1, so you probably have a plugin or old theme conflict. Deactivate all plugins, switch to twentyten and see what happens.

WP3.2 also requires PHP version 5.2.4 or greater and MySQL version 5.0.15 or greater

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM