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

Improve handling of missing settings files, fixes #958 #977

Merged

Conversation

andrewfrench
Copy link
Contributor

The Problem/Issue/Bug:

#958

How this PR Solves The Problem:

Specifically check for os.IsNotExist(), remove warning output that implied a permissions change was attempted.

Manual Testing Instructions:

Remove a Drupal project's sites/default/settings.php, execute ddev start. No warning message is emitted.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@andrewfrench andrewfrench added this to the v1.0.0 milestone Jul 6, 2018
@andrewfrench andrewfrench self-assigned this Jul 6, 2018
@andrewfrench andrewfrench requested a review from rfay July 6, 2018 23:07
Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect to me, thanks.

@rfay
Copy link
Member

rfay commented Jul 7, 2018

I took this for a manual spin and it behaved as expected, thanks!

@andrewfrench andrewfrench merged commit 6ee268e into ddev:master Jul 9, 2018
andrewfrench added a commit to andrewfrench/ddev that referenced this pull request Jul 10, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants