九 16
因为错误地对Wordpress的options表做了操作,现在发表文章出现下面的问题。但刷新,文章也能发出来。
提示的SQl错误为:
SELECT c.term_id AS ID, MAX(p.post_modified) AS last_mod FROM `` c, `` tc, `` pc, `wp_adclick_posts` p WHEREtc.taxonomy = 'category' AND tc.term_id = c.term_id AND pc.term_taxonomy_id = c.term_id AND p.ID = pc.object_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.term_id
把Wordpress升级一下即可解决此问题。
当对WordPress的数据库降级(由高版本到低版本使用)亦会出现此错误的。
![Post WordPress发表文章提示WordPress database error: [Incorrect table name ''] to digg.](http://www.zxlm.cn/wp-content/themes/glossyblue-1-4/images/digg.png)
![Post WordPress发表文章提示WordPress database error: [Incorrect table name ''] to Reddit](http://www.zxlm.cn/wp-content/themes/glossyblue-1-4/images/reddit.png)













九月 16th, 2007 at 10:56 下午
WordPress发表文章提示WordPress database error: [Incorrect table name ”]原来是这样的啊。