You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has a secondary issue that can leave you in a weird situation.
Change the network domain/path from example.com to example.coms.
On the page reload, the cache will still display example.com for the network domain/path (though the individual subsites below will display .coms URL).
Submit update, which has example.com still in error.
The network domain/path accepts the change, but the individual subsites do not change. I think it is due to this conditional
The result is the domain/path is set as example.com while the subsites are on .coms.
There is no way to retrigger the loop to update the domain on all subsites. If you edit it to, say, example.test, the subsites would update to example.tests. In this example, the s at the end of the URL would always remain.
To resolve, need to edit the db (_blogs and the specific blog's options table) to change the URL of the primary site to the correct domain, then you can update the others through the UI for each site.
After changing the domain/path of a network via
wp-multi-network/wp-multi-network/includes/functions.php
Line 634 in 66ac5b8
wp-multi-network/wp-multi-network/includes/metaboxes/edit-network.php
Line 22 in 66ac5b8
wp_cache_flush
.We run
clean_network_cache
, which sounds like it should take care of it, but didn't. Still digging around on it.The text was updated successfully, but these errors were encountered: