2 条评论了已经
Trackbacks/Pingbacks
发表评论
字体为 粗体 是必填项目,邮箱地址 永远不会 被公布。
允许部分 HTML 代码:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
URLs(网站链接)必须完整有效 (比如: http://www.sunnyfly.com/blog),所有标签都必须完整的关闭。
超出部分系统将会自动分段及换行。
请保证评论内容是与日志或 Blog 内容相关的,灌水、攻击性或不恰当的评论 可能 会被编辑或删除。
嘿,Bruce,看你feed里用了Copyright Feed插件,请慎用…
可以参考一下:http://happinesz.cn/archives/279
@sofish 昨天我把wp升到2.3后,今天下午发布了一篇日志后发现在Google Reader中那篇日志的正文上方出现以下一行英文:
WordPress database error: [The used table type doesn't support FULLTEXT indexes]
SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (‘the final several factors decision cps can make money’) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (‘the final several factors decision cps can make money’) AND post_date <= ’2007-10-12 13:34:38′ AND (post_status IN ( ‘publish’, ‘static’ )) AND post_password = ” ORDER BY score DESC LIMIT 5
逐个插件排查之后我发现关掉?Feed 的相关文章之后就解决这个问题了,只是我还不知道造成这种情况的原因。