Skip to content

drush doesn't appear to pull the correct settings for multisite on drupal 8 #947

Closed
@srees

Description

@srees

I've installed the latest master of drush with drupal 8 on Ubuntu 14. Everything seems to be running except for having an issue with drush and multisite.

If I run, for example, 'drush cr' from inside the sites/site4 folder, I get an error
"Missing $settings['hash_salt'] in settings.php"
However, it is set for that site. It's as if it's trying to read the default settings.php, which we aren't using.

Even if I specify -l and the site name/url, it doesn't respect the site specification and pulls from default.

If I symlink the correct settings.php file to the default folder, it works.

Perhaps related to #857 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions