昨天刚把blog装好,今天配置Live Writer搞了一上午
绑定时报出了这个错误:
—————————
Error Connecting to Blog
—————————
An error occurred while attempting to connect to your blog: Invalid Server Response – The response to the blogger.getUsersBlogs method received from the blog server was invalid: Invalid response document returned from XmlRpc server You must correct this error before proceeding.
—————————
OK
—————————
网上找到了解决方案
找到wordpress这个目录wp-include下的这个文件class-IXR.php
查找:$length = strlen($xml);
替换为:$length = strlen($xml)+3;
就是多加了”+3”
为什么不知道,反正好用了!
http://neversummer.net/how-to-fix-blogger-getusersblogs-invalid/
—————————————————–
我就是来扯淡的。。。
Tags: Live Writer
嗨,这是一条评论。
要删除一条评论,请先登录系统,查看这篇文章的评论,然后您可以看到编辑或者删除评论的选项。