Tons of database errors, please help!
-
On my site https://www.rapnews.co.uk when I try selecting some of the review categories, this error appears:
WordPress database error: [Got error 134 from table handler]
SELECT DISTINCT * FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) WHERE 1=1 AND (category_id = 10 OR category_id = 13 OR category_id = 14 OR category_id = 15 OR category_id = 16 OR category_id = 17) AND post_date_gmt <= ‘2005-06-28 08:31:59’ AND (post_status = “publish”) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 99999999999999999999999999999999999999999When in the WordPress control panel, and clicking manage, this text appears:
WordPress database error: [Got error 127 from table handler]
SELECT * FROM wp_posts WHERE 1=1 AND (post_status = “publish” OR post_author = 2 AND post_status != ‘draft’ AND post_status != ‘static’) GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 15I am very inexperienced when it comes to Word Press and my designer has stopped helping me. I’ve run a phpadmin repair, but that hasn’t helped at all.
I haven’t changed or even viewed any code so I don’t know why this would suddenly happen!
Thanks for your time,
Tee.
- The topic ‘Tons of database errors, please help!’ is closed to new replies.