-
Notifications
You must be signed in to change notification settings - Fork 17
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
Drush 13, second attempt #162
Conversation
This may be needed to stop the failing tests on #163 (review) |
I am getting this error every time I run make starter_dev with the islandora-starter-site's drush-13 branch. The main branch runs just fine. I used a freshly cloned isle-dc to test this on. Scaffolding files for islandora/islandora-starter-site:
Command drupal:directory was not found. Drush was unable to query the datab realpath: /sites/default: No such file or directory Command drupal:directory was not found. Drush was unable to query the datab realpath: /sites/default: No such file or directory |
The drupal:directory command was not found because there wasn't a connection between Drupal and Mariadb. I installed the site through the UI and it worked that way but this broke whatever was working before. I'll keep testing to see if I can find out why that's happening. |
The problem is with isle-dc's call to update-settings-php function. If I remove that call and just use the same default_settings.txt and environment variables as the isle-site-template it works. |
Just tested this pr with make starter_dev from this pr for isle-dc and it works. |
I accidentally deleted the active branch of the PR for #155 .
This is the second try!