We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When site-install using drush, I Specified following --site-name option. Then login to Drupal, Sitename was not set. No error message was displayed.
drush -y si\ --db-url=mysql://root@localhost/drupal\ --locale=ja\ --account-name='terao'\ --account-pass='u8UMzKDP'\ --account-mail='terao@example.com'\ --site-name='drupal8-1' || exit 1
The text was updated successfully, but these errors were encountered:
OK. Next someone needs t debug and see if the bug is in Drupal or Drush.
Sorry, something went wrong.
Hi weitzman,
Thankyou for reply. I am looking forward to bug fix.
Im having this problem, if i dont pass site-name it comes as "site-install" if I do it comes as "drupal" dont matter what I type
What version of Drush and Drupal are you using @diogoviannaaraujo and @terao?
No branches or pull requests
When site-install using drush, I Specified following --site-name option.
Then login to Drupal, Sitename was not set.
No error message was displayed.
The text was updated successfully, but these errors were encountered: