1. 在页面和分类中各有一个叫做ARRAY的不速之客,但是在后台管理中看不到,手工添加删除的方法不起作用。
  2. Array还在post password, Post slug, Send trackbacks to: 等等处被默认填写。
  3. 后台管理页面中的Users选项卡中的Authors & Users字选项卡有误:Fatal error: Unsupported operand types in /wp-admin/users.php on line 55
  4. 2个默认主题的侧栏显示出错(看来MK的这个主题很有前瞻性)

昨晚是从2.1.3升级过来的,原以为是升级的错误,今天重新安装一次依旧。服务器的软件版本也完全支持latest version,有可能问题处在数据库上面。
由于WP2.2刚发布不久,在网上还没有查到相关的资料。// wordpress官网的论坛里已经有人提问,但没有solved

本来是想姑且将就着,没想到这篇只能以draft保存,居然不能publish,点击Publish或者修改Post Status都无效,索性改回2.1.3了!

update: 7月份的时候,wordpress support forum上有个叫做seventh的人贴出了解决问题的办法

Try edit /wp-includes/plugin.php [Line : 102], inside remove_filter function.
Change :
unset($GLOBALS['wp_filter'][$tag][$priority][serialize($function_to_remove)]);

To :

$wp_filter[$tag][$priority][serialize($function_to_remove)] = array();

unset( $wp_filter[$tag][$priority][serialize($function_to_remove)] );

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit exceeded. Please complete the captcha once again.

 

Back to Top