Hi everyone, i get this error when i try to make a new post on my blog:
WordPress database error: [Table 'daveodwy_forum.wp_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM <code>wp_categories</code> c, <code>wp_post2cat</code> pc, <code>wp_posts</code> p WHERE pc.category_id = c.cat_ID AND p.ID = pc.post_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.cat_id
I also get this error when I try to post a comment:
'WordPress database error: [Table 'daveodwy_forum.wp_categories' doesn't exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM wp_categories c, wp_post2cat pc, wp_posts p WHERE pc.category_id = c.cat_ID AND p.ID = pc.post_id AND p.post_status = 'publish' AND p.post_type='post' GROUP BY c.cat_id
Warning: Cannot modify header information - headers already sent by (output started at /home/daveodwy/public_html/davesblogidge.com/wp-includes/wp-db.php:160) in /home/daveodwy/public_html/davesblogidge.com/wp-includes/pluggable.php on line 390'
My blog URL is http://www.davesblogidge.com
Thanks for all help,
Much appreciated,
Dave