WordPress Archive Error: “error 12 from storage engine”
-
Good day!
I recently noticed that the archive section in my sidebar is generating an error that reads,
WordPress database error: [Got error 12 from storage engine]
SELECT DISTINCT YEAR(post_date) ASyear, MONTH(post_date) ASmonth, count(ID) as posts FROM wp_posts WHERE post_type = ‘post’ AND post_status = ‘publish’ GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESCIs there anyone who could help me debug this? Thank you 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WordPress Archive Error: “error 12 from storage engine”’ is closed to new replies.