Warning: An existing WordPress network was detected. plus one more problem
-
I put the line,
define('WP_ALLOW_MULTISITE', true);
and it gives me the following warning.Warning: An existing WordPress network was detected.
Also in the code instead of giving my my site consolealliance.com it gives me my other sites address as the default.
define( 'DOMAIN_CURRENT_SITE', 'consolealliance.net' );
It should be
define( 'DOMAIN_CURRENT_SITE', 'consolealliance.com' );
Can anyone explain how I may fix this?
any suggestions or help are appreciated, Thanks.
- The topic ‘Warning: An existing WordPress network was detected. plus one more problem’ is closed to new replies.