• I have this message at the top of my website….HELP!

    WordPress database error: [Table ‘myh0930110405522.wp_post2cat’ doesn’t exist]
    SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(posts.post_date_gmt)) + ‘-7’ AS last_post_date, UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE 1 = 1 AND posts.post_type = ‘post’ AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2009-11-12 19:45:50’ GROUP BY p2c.category_id ORDER BY numposts DESC

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like you may be using a theme that isn’t compatible with WP 2.8. Have you tried switching to the default them to see if the error message disappears? If it does, it confirms that it is a theme-specific problem.

    Thread Starter rickepatterson

    (@rickepatterson)

    ok I wll try that. Thanx esmi

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Word Press Data Error’ is closed to new replies.