Adam Pena

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Adam Pena
    Participant

    Hi, I had the same issue. But unbeknownst to me, I was installing this under a domain I did not list with my subscription.

    Under Account >> View Licenses >> Manage Sites >> Add Site.

    However this was not the final issue, as I still received this message. So I opted to omit the sub-domain option via the wp-config.php settings.

    from

    define(‘SUBDOMAIN_INSTALL’, true);

    to

    define(‘SUBDOMAIN_INSTALL’, false);

    I hope this helps. Maybe someone has a complete guide on how to make it work with sub-domains.

    • This reply was modified 6 years, 9 months ago by Adam Pena.
Viewing 1 post (of 1 total)