Recently, I preformed a local updated from 1.x. MSM site to 2.1.3. 2011041. After a tough time with that update, I regret having to post again so soon; however, I need resolve a problem moving to the dev. environment.
When I moved the directories up to the sever, I checked all the permissions and updated the config setttings. Site A loads; however, its styles are broken. I thought this was another path issue. Oddly, site b loads fine? When I try to enter the cp, the styles are also broken, ie. themes don’t seem to be loading. I’m unable to login. When I use the forgot password, I’m sent a password which doesn’t work. The system folder has been renamed and is sitting above the web root. The themes are sitting inside siteA.
These are the config settings now:
$config['app_version'] = "213";
$config['install_lock'] = '1';
$config['license_number'] = "";
$config['debug'] = '1';
$config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
$config['is_system_on'] = "y";
$config['ignore_templates'] = 'y';
$config['multi_login_sites'] = 'http://dev.siteA.com|http://dev.siteB.com';
$config['tmpl_file_basepath'] = '/nfs/c08/h01/mnt/xxxxx/users/.home/sysadmin/expressionengine/templates/';
$config['theme_folder_path'] = '/nfs/c08/h01/mnt/xxxxx/domains/siteA.com/html/themes';
$config['theme_folder_url'] = 'http://dev.siteA.com/themes/';
$config['captcha_path'] = '/nfs/c08/h01/mnt/xxxxx/domains/dev.tsiteA.com/html/images/captchas';
$config['captcha_url'] = 'http://dev.siteA.com/images/captchas';
$config['avatar_path'] = '/nfs/c08/h01/mnt/xxxxxx/domains/dev.siteA.com/html/images/members/avatars';
$config['avatar_url'] = 'http://devsiteA.com/images/members/avatars';
$config['photo_path'] = '/nfs/c08/h01/mnt/xxxxxx/domains/devsiteA.com/html/images/members/photos';
$config['photo_url'] = 'http://dev.siteA.com/images/members/photos';
$config['cookie_prefix'] = '';
$config['allow_extensions'] = 'y';
$config['multiple_sites_enabled'] = "y";
;this is the index.php;
$assign_to_config['site_name'] = "default_site";
$assign_to_config['site_url'] = "http://dev.siteA.com/";Per this documentation for moving a system folder outside the web root.
this is my admin.php
$assign_to_config['cp_url'] = 'http://dev.siteA//admin.php';Could this issue originate in the local db?