• I had to uninstall the plugin for troubleshooting reasons and reset the DB but I cannot clear the following 2 tables in the DB
    Table: wp_translations
    Table: wp_translations_log

    due to this warning:

    Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available

    It’s the only plugin that does not allow me to delete or drop the tables in the DB!

Viewing 1 replies (of 1 total)
  • Plugin Author oferwald

    (@oferwald)

    The plugin does not allow you or disallow you to drop tables from your database, just run the proper SQL commands:
    drop table wp_translations;
    drop table wp_translations_log;

    and you are good to go,

    I don’t know which tool you are using, so I can’t really guess where your errors are coming from.

    Also – You may remove all auto translations from the utilities tab of the plugin. which will probably reset those two tables.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to remove DB tables’ is closed to new replies.