2011-07-06 74 views
0

全部WordPress 3.2升级后的JavaScript错误

成功升级至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是simplier:

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

我试图谷歌这个错误回报,但没有成功。升级是自动的,但失败后,我手动替换整个wp-admin和wp-includes目录,并禁用所有现有的插件。任何想法我还能做什么?没有降级到以前的版本?

+0

你试过[WordPress的论坛](http://wordpress.org/support/forum/installation) ? – Amy

+0

你是否确保jQuery或其他依赖项已更新。我想认为WP Core不会错过这样的事情。 –

+0

我会通过ftp手动上传load-scripts.php,因为它已被损坏或未更新。 – addedlovely

回答

1

WP3.2去了jQuery 1.6.1,所以你可能有一个插件或旧的主题冲突。关闭所有插件,切换到二十分钟,看看会发生什么。

WP3.2还需要PHP版本5.2.4或更高和MySQL版本5.0.15或更高