• Resolved jcn50

    (@jcn50)


    It does not work on WP Multi Sites, it does not change the domain in “wp_blogs” (or $PREFIX_blogs).

    Also the wp-config.php file needs to be updated:

    define('DOMAIN_CURRENT_SITE', $NEW_DOMAIN); // IF this is the new domain - detect

    Add these last steps and your plugin will be complete! Thank you//

    • This topic was modified 1 year, 5 months ago by jcn50.
    • This topic was modified 1 year, 5 months ago by jcn50.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jcn50

    (@jcn50)

    There is also the table “wp_site” to modify!

    Plugin Author nuagelab

    (@nuagelab)

    The plugin was never tested on multi-sites, but it processes all the table matching the DB_PREFIX, so it should have processed wp_site as well, unless you ran it from a sub site.

    In any case, duly noted, and I’ll look into this use case.

    Thread Starter jcn50

    (@jcn50)

    Yes I ran it from a sub site because a sub site has a different table prefix, like wp_2_ and wp_3_ and wp_4_ and wp_5_ etc (so DB_PREFIX.$i."_"), and I was worried it will not process the correct one.

    Thanks for the very useful plugin!

    • This reply was modified 1 year, 4 months ago by jcn50.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not work on WP Multi Sites’ is closed to new replies.