Content issues
In case of concerns with the contents of this blog/site, please contact the owner of this blog.
In case of concerns with the contents of this blog/site, please contact the owner of this blog.
If this error persists, please report it to the administrator.
MySQL error!
Table 'texta9er_bvlt1.evo_comments' doesn't exist(Errno=1146)
Your query: CommentList2::count_total_rows()
SELECT COUNT( DISTINCT comment_ID)
FROM evo_comments
INNER JOIN evo_items__item ON post_ID = comment_post_ID
INNER JOIN evo_postcats ON comment_post_ID = postcat_post_ID
INNER JOIN evo_categories othercats ON postcat_cat_ID = othercats.cat_ID
WHERE ( ( post_status IN ('published') ) )
AND ( othercats.cat_blog_ID = 2 )
AND (comment_status IN ('published'))
AND (comment_type IN ('comment','trackback','pingback'))