Hello Alexdevelop,
I am sorry to hear you are running into this problem. I will do my best to help.
Let’s start at square one. Can you make sure that your config files match these known good configuration files?
//CONFIG//
$config['cp_url'] = "http://engine.dev/admin.php";
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = "y";
$config['allow_extensions'] = "y";
$config['site_label'] = "Test 23";
$config['cookie_prefix'] = "";
$config['multiple_sites_enabled'] = "y";
index.php and admin.php site 1
NO CHANGES
index.php and admin.php site 2
$system_path = '../system';
/*---------------------------*/
$assign_to_config['site_name'] = 'msm_test';
$assign_to_config['cp_url'] = 'http://msm.dev/admin.php';
$assign_to_config['site_url'] = 'http://msm.dev';
--- admin ---
$system_path = '../system';
/*---------------------------*/
$assign_to_config['site_name'] = 'msm_test';
$assign_to_config['cp_url'] = 'http://msm.dev/admin.php';
Please make that comparison and let me know.
Cheers,