I logged on to my site tonight and noticed that all of my categories and tags were missing. I'm using the WP Pagelines theme and my boxes were gone as well. I immediately did a search to find a solution or answer to why this may have happened. Everything is pointing to the communication between WP and the database.

I checked the status of my database and everything was "OK." I have a plugin that automatically sends DB backups to me in an e-mail once a week. I tried to restore from the back up file and recieved the following error:

import.php: Missing parameter: import_type
import.php: Missing parameter: format


Now when I enter a table in my database I get something like this under the structure:

Error

SQL query: Edit
SHOW FULL FIELDS FROM `wp_term_taxonomy` ;


MySQL said:
#1030 - Got error 28 from storage engine


Can someone please help?