please help. im also getting this error when i post something.. and my post won’t display properly.
WordPress database error: [Table ‘violinwordpress.vk_categories’ doesn’t exist]
SELECT c.cat_ID AS ID, MAX(p.post_modified) AS last_mod FROM vk_categories
c, vk_post2cat
pc, vk_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