Kingsley
Silver Pleskian
Hello;
I am trying to clone an existing wordpress multi site install with the WP TOOLKIT but it keeps showing me the below error.
i have checked my wp-config and data base and my domain 'healthable.org' is there.
I have attached screenshots
I am trying to clone an existing wordpress multi site install with the WP TOOLKIT but it keeps showing me the below error.
Code:
[2018-09-08 01:19:58.241] ERR [panel] Task failed: id=338, pid=5662, type=ext-wp-toolkit-task\manage, error=Site 'healthable.org/' not found. Verify DOMAIN_CURRENT_SITE matches an existing site or use `--url=<url>` to override.
{"err_code":true,"err_message":"Site 'healthable.org\/\/' not found. Verify DOMAIN_CURRENT_SITE matches an existing site or use `--url=<url>` to override."}
i have checked my wp-config and data base and my domain 'healthable.org' is there.
Code:
/* MULTI SITE SETTINGS. */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'healthable.org');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
/* CUSTOME SITE SETTINGS. */
define('WP_MEMORY_LIMIT', '300M');
I have attached screenshots
Attachments
Last edited: