Skip to content
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

Ddev v1.7 creates ddev_drush_settings.php in wrong place #1553

Closed
rthideaway opened this issue Apr 29, 2019 · 3 comments
Closed

Ddev v1.7 creates ddev_drush_settings.php in wrong place #1553

rthideaway opened this issue Apr 29, 2019 · 3 comments

Comments

@rthideaway
Copy link

With 1.7 update the ddev starts to place ddev_drush_settings.php in wrong directory. It places it into directory where you are when running ddev start:

user@pc:/var/www/project$ ddev start && realpath ddev_drush_settings.php
/var/www/project/ddev_drush_settings.php

Another example by stepping to different folder:

user@pc:/var/www/project$ cd backend && ddev start && realpath ddev_drush_settings.php
/var/www/project/backend/ddev_drush_settings.php

With previous 1.6 version it placed the file to the same folder where other settings files were, namely to docroot/sites/default. Now this does not work.

@rthideaway rthideaway changed the title Ddev creates ddev_drush_settings.php in wrong place Ddev v1.7 creates ddev_drush_settings.php in wrong place Apr 29, 2019
@rthideaway
Copy link
Author

Forgot to mention we use drupal8 project type.

@rfay
Copy link
Member

rfay commented Apr 29, 2019

Thanks so much for the report!

@rfay
Copy link
Member

rfay commented Apr 29, 2019

Thanks so much for pointing this out. #1554 should solve it. It was an odd one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants