I was basically editing a post and when I hit update, it said something like "error this post does not exist" and I'm like 'eh?'.
I check on the homepage of the blog to and realize that nothings there but a text that says "Sorry, no posts matched your criteria." Weird. As I try to keep a cool self, I check my database via phpmyadmin and saw that my wp_posts abnormally noticeable.
An error stating something like:
#145 – Table '.../wp_posts' is marked as crashed and should be repaired
To fix an error like this and recover all posts, comments, and all other missing data, simply follow this fix:
- Log into your PHP MyAdmin
- Choose your database
- Highlight or check "wp_posts"
- In the dropdown options just below the table, choose "Repair table"
You should be good now. Just like me ;D


