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

core-quick-drupal qd cutie - sqlite database location #2080

Closed
frederickjh opened this issue Mar 18, 2016 · 1 comment
Closed

core-quick-drupal qd cutie - sqlite database location #2080

frederickjh opened this issue Mar 18, 2016 · 1 comment

Comments

@frederickjh
Copy link
Contributor

Hi!
I was just testing out the core-quick-drupal command today. I watched the video about here. At 5:10 in that video he show the sqlite database being inside the quick-drupal-yyyymmddHHMMSS named folder that it creates. However in my case everything worked but the sqlite database was placed elsewhere. I had to do a search for it to find it.

I did my install in /tmp/aaa-tmp/ so I expected to find the sqlite database here:

**/tmp/aaa-tmp/**quick-drupal-yyyymmddHHMMSS/quick-drupal-yyyymmddHHMMSS.sqlite

but after searching I found it here:

**/tmp/aaa-tmp/quick-drupal-yyyymmddHHMMSS/drupal/tmp/aaa-tmp/**quick-drupal-yyyymmddHHMMSS.sqlite

I am guessing that this is some sort of regression and thought that I would report it. If this is expected behavior then please close this issue.

God Bless!
Frederick

@frederickjh
Copy link
Contributor Author

It appears that the starting slash(/) is being stripped off somewhere. The database string is missing it. Adding the slash to the database string and moving the database into the /tmp/aaa-tmp/quick-drupal-yyyymmddHHMMSS/ folder and everything works OK that way too.

core-quick-drupal_database_string_is_missing_the_starting_slash

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

1 participant