Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /opt/lampp/htdocs/www.linux.zone/wp-includes/pomo/plural-forms.php on line 210
Blogilo离线提交博客时提示"服务器(XMLRPC)错误:收到无效的XML标记:unexpected end of file"的解决方法(Windows Live Writer也适用) | Linux区
Linux区


Blogilo离线提交博客时提示“服务器(XMLRPC)错误:收到无效的XML标记:unexpected end of file“的解决方法(Windows Live Writer也适用)


解决步骤:

1,登录你的网站ftp,找到wp-includes/class-IXR.php文件

2,修改其中的$length = strlen($xml);为$length = strlen($xml)+3;(不要掉了最后的分号标点)

3,然后,保存上传覆盖原文件即可

相关博文



发表评论

电子邮件地址不会被公开。