• PatrizioRD

    (@patriziord)


    Not a support request, but an important warning about a scenario I stumbled upon.

    Have a blog with a few post categories and a basic navigation menu you just set up: you want to sort your categories order manually, then search and decide to test Intuitive custom post order.
    In the end, you’re not satisfied and, going to switch to another plugin of the same type, you leave that one just deactivated.
    Then, you install Category Order and Taxonomy Terms Order, and you’re happy with the UI and results.
    Time to clean up plugins: you click delete on Intuitive custom post order.

    and BUM

    you just lost all of your post categories, even the default Uncategorized, and the navigation menu entries are gone as well.

    Don’t even mention if you tried doing the same on a big woocommerce catalogue with tens of categories and crowded menus and submenus.
    That was my scenario and luckly I made a immediate restore from automated server backup.

    I tested it also with a clean WP installation and it happened as well.

    Why this happens:

    Credits for the first warning goes to this support request, 5 years old now, where @leeppolis detailed the issue in the table term_order in wp_terms using the same name in both plugins and being deleted the very moment you remove Intuitive custom post order plugin.

    How to mitigate:
    testing further, I discovered that uninstalling e deleting Category Order and Taxonomy Terms Order, and then installing it again restores the wp_terms > term_order column, and even if the ordering data are lost, it looks like categories and main menu show back again.
    Be aware that I tested this in a simple testing installation, and I’d not rely on this as “the” solution.

    @nsp-code maybe renaming wp_terms term_order column to something else in a future release could made the trick.

    TL;DR;

    if you tested / used Intuitive custom post order plugin and decided to deactivate and delete it, please be careful, mostly If you switched to this one or another sort ordering plugin.
    First make a full backup.
    Then deactivate Intuitive custom post order.
    Finally, remove Intuitive custom post order manually via FTP, in /wp-content/plugins/intuitive-custom-post-order.
    This way you’ll be able to delete the plugin without triggering the database column deletion that can cause the conflict.`

  • The topic ‘Warning: conflict with similar plugin leads to dramatic data lost, be careful’ is closed to new replies.