Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support steffenbew

    (@steffenbew)

    Hey! I’m happy you like it!

    It’s not yet multisite compatible, but we’re working on that!

    Thread Starter blackdranzer

    (@blackdranzer)

    @steffenbew Is there any update on multisite compatibility?

    Plugin Support steffenbew

    (@steffenbew)

    @blackdranzer Thanks for asking. Multisite compatibility wasn’t as straight forward as we hoped. We prioritized other features in the meantime. We’ll look into multisite support again, once we’ve released our current roadmap.

    Plugin Support domtra

    (@domtra)

    Hi @blackdranzer,

    we have an update for you.

    We do support multisites now!

    For new installs it will just work out of the box. If you already have our plugin installed and run into issues, you need to delete the plugin and then manually delete some tables and options in your database.

    Depending on your db prefix and the number of sites you have installed, the following queries need to be executed. Please be sure to make a database backup, before executing the queries.

    DROP TABLE IF EXISTS wp_vrts_tests;
    DROP TABLE IF EXISTS wp_1_vrts_tests;
    DROP TABLE IF EXISTS wp_2_vrts_tests;
    ...
    DROP TABLE IF EXISTS wp_vrts_alerts;
    DROP TABLE IF EXISTS wp_1_vrts_alerts;
    DROP TABLE IF EXISTS wp_2_vrts_alerts;
    ...
    DELETE FROM wp_options WHERE option_name LIKE 'vrts_%;'
    DELETE FROM wp_1_options WHERE option_name LIKE 'vrts_%;'
    DELETE FROM wp_2_options WHERE option_name LIKE 'vrts_%;'
    ...

    I hope this helps. Let me know if everything works as expected now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite compatible?’ is closed to new replies.