-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal subsite status report not showing correct profile #2930
Comments
So "mysite" is the name of your default site? What's the name of your subsite and what command are you running to get the "subsite status report"? |
"mysite" is my subsite. I didn't change the name for default site. For status report, after install the site I login using |
First place I would check then is to make sure the "mysite" instance is connecting to the correct database. The multisite init process currently does not update the db credentials for a new site, so those have to be done manually (See the "Running...currently does not" section in http://blt.readthedocs.io/en/latest/multisite/#multisite). |
Yes, you are right. BLT does not update |
Did you also set up the sites.php file? That's another one that's in the "doesn't do" category but is needed for multisites. If you're connecting to the correct database and the status report still shows Lightning as the profile, then I'd feel pretty confident that's what was setup on the site. How did you confirm the subsite was installed with the custom profile you expected? |
sites.php exist in docroot/sites/sites.php. I didn't made any change in this file. How I confirmed is my profile split is getting installed during setup also |
This bug was fixed in #2997 but the revert in #3028 re-introduced it. This will block running |
this was fixed in #3231 |
My system information:
When I run this command:
I get the following output:
I have installed a Drupal site with lightning profile and exported all the configuration in to /config/default folder using drush config-export command.
After that I have created a subsite(using
blt recipes:multisite:init
) and the subsite is installed with a custom profile which depends on lightning profile.But after installation in subsite status report it is showing that Installed profile is 'lightning' instead of my custom profile.
Am I missing anything? Is there any additional parameters to be added in custom profile?
The text was updated successfully, but these errors were encountered: