Database Error
-
I’m running into a database error and don’t know how to fix it.
Basically, I have backup routine running daily on my server, but is throwing an error tied to the “wp_supsystic_tbl_diagrams” table.
I get this error:
mysqldump: Couldn’t execute ‘show fields from
wp_supsystic_tbl_diagrams
‘: Table ‘.wp_supsystic_tbl_diagrams’ doesn’t exist in engineI tried to check & repair the table in phpMyAdmin – but that also showed an error. If I try to browse the table, I get the same error as above (“#1932 – Table – “doesn’t exist in engine.”)
Within the database structure, this table shows as existing, but no entry for rows, type, or size — and the table shows “in use”
Is it safe to drop this table?
I found this article – https://supsystic.com/documentation/table-doesnt-exist-error/ – but it doesn’t seem to apply to the problem I am seeing. I have been using this plugin for several years now and have not made any changes to the database.
- The topic ‘Database Error’ is closed to new replies.