-
Notifications
You must be signed in to change notification settings - Fork 30
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
Installation breaks when choosing a different language than english. #59
Comments
Tracing this behaviour leads to the following error:
|
This error can be reproduced only by choosing a different language
Result: Installationprocess starts as usual.
|
This has to be tested with a normal installer. Distros like Mark-a-Spot or Open Social skip the standard profile selector. |
By using the distribution key in the distro.info.yml file, the installer starts directly installing and downloading the translation. It seems that the immediate request for the translation files is causing the error.
|
Interesting. Good sleuthing! This sounds like it's worth opening a core bug about; even if the fix isn't in core (although I suspect it is), it's good to get the issue raised there and a broader audience may have more ideas on how to fix it. |
Thanks for your support, Larry. Your reference to the Open Social distro got me on the right track. We should reference this bug in their queue, too. Core Issue opened: https://www.drupal.org/project/drupal/issues/2942369 |
Installing via drush and choosing english as language in the web installer works fine. Choosing another language lets the web installer fail with a "Drupal is already installed" error.
The text was updated successfully, but these errors were encountered: