Hi Sue,
I am on latest version and built.
Here’s my config file
$conf['app_version'] = "167";
$conf['license_number'] = "";
$conf['debug'] = "1";
$conf['install_lock'] = "1";
$conf['db_hostname'] = "localhost";
$conf['db_username'] = "user";
$conf['db_password'] = "password";
$conf['db_name'] = "dbname";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "../../system/";
$conf['cp_url'] = "http://www.site_a.com/system/index.php";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "y";
$conf['multiple_sites_enabled'] = "y";
$conf['multi_login_sites'] = "http://www.site_a.com/site/index.php|http://www.site_b.com/index.php";
$conf['forum_is_installed'] = "y";
$conf['cookie_prefix'] = "oli_";
And the path files are as follow.
site_a
$system_path = "../system/";
$site_name = "site_a";
$template_group = "site";
$template = "index";
$site_url = "http://www.site_a.com/site/";
$site_index = "index.php";
$site_404 = "";
$global_vars = array();
site_b
$system_path = "/var/www/vhosts/site_a.com/httpdocs/system/";
$site_name = "site_b";
$template_group = "surface";
$template = "index";
$site_url = "http://site_b.com/";
$site_index = "index.php";
$site_404 = "";
I have not done any work over the weekend but this morning, I still have the same issue..
Hope you can help
Thank you