WordPress发表文章提示WordPress database error: [Incorrect table name '']

Wordpress Add comments

因为错误地对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的数据库降级(由高版本到低版本使用)亦会出现此错误的。

One Response to “WordPress发表文章提示WordPress database error: [Incorrect table name '']”

  1. WordPress Says:

    WordPress发表文章提示WordPress database error: [Incorrect table name ”]原来是这样的啊。

Leave a Reply

 
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS 登录