Report this

What is the reason for this report?

When setting up multiple Wordpress multi-sites, the "My Sites" Network Admin functions all point to the same base site.

Posted on July 20, 2014

I set up two seperate Wordpress on a newly-spun Ubuntu server following these directions:

https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-wordpress-sites-on-a-single-ubuntu-vps

Everything worked fine at that point, but I then enabled multi-site on the separate Wordpress installations. For that I followed the directions here: https://www.digitalocean.com/community/tutorials/how-to-set-up-multiple-wordpress-sites-using-multisite

I ran into the topic issue; while one installation works fine, when I try to access the “My Sites” functionality, as soon as I hover over any of the Network Admin links, the second site links to the admin functions of the first. All the links otherwise (except the circular refresh plugins icon at the top) on the second site work correctly, it’s just the Network Admin stuff.

Any thoughts on what would cause this?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

In your wp-config.php files, what did you uses for DOMAIN_CURRENT_SITE? The multisite tutorial that you linked to suggests:

define('DOMAIN_CURRENT_SITE', 'YOUR IP ADDRESS HERE');

That might cause a problem with two setups on the same IP address. Try using the domain names instead.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.