所有
成功升级到WordPress后,一些JavaScript报告错误。我无法添加标签以发布和编辑永久链接。
Safari正在报告此错误:
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)')
Chrome更简单:
Uncaught TypeError: Object #<Object> has no method 'prop' load-scripts.php:219
我试图谷歌这个错误,但没有任何成功。升级是自动的,但失败后我手动替换整个wp-admin和wp-includes目录,并禁用所有现有的插件。任何想法我还能做什么?没有降级到以前的版本?
答案 0 :(得分:1)
WP3.2转到jQuery 1.6.1,所以你可能有一个插件或旧的主题冲突。停用所有插件,切换到二十,看看会发生什么。
WP3.2还需要PHP 5.2.4或更高版本以及MySQL 5.0.15或更高版本