WordPress database error: [Table 'nubargul_wrdp1.wp_posts' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = 'post' AND (post_status = 'publish')) ORDER BY post_date DESC LIMIT 0, 10
WordPress database error: [Table 'nubargul_wrdp1.wp_posts' doesn't exist]
SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts,
UNIX_TIMESTAMP(max(p.post_date_gmt)) + '0' AS last_post_date,
UNIX_TIMESTAMP(max(p.post_date_gmt)) AS last_post_date_gmt
FROM wp_post2cat p2c
INNER JOIN wp_posts p ON p2c.post_id=p.id
WHERE (p.post_status='publish' OR p.post_status='static')
AND p.post_date_gmt<='2008-09-07 19:09:50'
GROUP BY p2c.category_id
ORDER BY numposts DESC