Got error 28 from table handler(Errno=1030)
I am getting this error on my MySQL, and it would seem that it is a server issue, here is what I got below..
MySQL error!
Got error 28 from table handler(Errno=1030)
Your query:
SELECT DISTINCT ID, post_author, post_issue_date, post_mod_date, post_status, post_locale, post_content, post_title, post_urltitle, post_url, post_category, post_autobr, post_flags, post_wordcount, post_comments, post_renderers, post_karma FROM (evo_posts INNER JOIN evo_postcats ON ID = postcat_post_ID) INNER JOIN evo_categories ON postcat_cat_ID = cat_ID WHERE 1 AND ( ( post_status = 'private' AND post_author = 1 ) OR post_status IN ('published','protected','draft','deprecated') ) ORDER BY post_issue_date DESC LIMIT 0,5
|