Hi Peter,
Thanks for posting to the Forums! I’m sorry for the trouble you’ve had after updating ExpressionEngine and MSM.
It looks like you intended to include an error message with your post?
Putting them back again to the way they were i get the following:
There are some tings to double-check:
Make sure that you’ve downloaded MSM version 2.1.3 to go along with EE 2.5.2
Check $system_path in index.php and admin.php for each site.
Your file should look *similar* to this example:
//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';
Can you tell me the version you updated from?
~