• Hi guys,

    i tried creating a menu earlier today and ended up receiving the following error

    “Could not insert term into the database.”

    Try researching about it and many mentioned that it is probably an auto-increment count issue within the wp_terms table.

    When tried locating for the table, it yield 0 results. wp_xxxxx_terms for instance or searching ‘terms’ in general

    I have tried using the hosting ‘repair database’ option but issue still remains.

    Any idea how i can fix this?

Viewing 1 replies (of 1 total)
  • If you login to phpmyadmin you can see your entire database and each table in the left hand sidebar. You would see either wp_terms or xxx_terms depending on the DB prefix set in your wp-config.php file.

    Theoretically, you could export just that one table from another working site and import that back into the broken site to recreate the table.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_terms table missing in DB’ is closed to new replies.