• We checked your plugin and (also pro version) We are wondering why skipping views is not included?! Most of all plugins for backup and migration process provide option to skip views of an table.

    Here an example of issue if you do not skip an view:
    #1227 – Access denied; you need (at least one of) the SUPER privilege(s) for this operation

    So please show us how to solve that issue without skipping the views of an table/db.
    Most of all other backup plugins can do that, because views are created automaticly in importing process.

    An example of an issue with affilatewp and your plugin if you do not skip views:
    https://docs.affiliatewp.com/article/1416-how-to-back-up-or-migrate-affiliate-data

    Thank you.
    Tommy

Viewing 1 replies (of 1 total)
  • Plugin Author Never Settle

    (@neversettle)

    Hi @tommy83 — we actually haven’t really received that request before, but it’s a good point. I’m not sure if we want to skip views by default, since I’m not sure every plugin smoothly recreates views as smoothly as Affiliate WP, but we could definitely add a filter for that, something that would work like:

    add_filter( 'ns_cloner_skip_views', '__return_true' );

    How does that sound?

Viewing 1 replies (of 1 total)
  • The topic ‘nice plugin, but basic options missed’ is closed to new replies.