You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When you're using versions of DDEV under 1.18 you're facing problems in some installation steps due to non-recognition of special characters, for instance when execute:
Present in hook pre-start described in config.yml file for DDEV setup. This leads to installation errors and various command execution problems. As the command is not executed correctly, it does not delete the shortcuts and therefore also crashes when importing the configuration.
To Reproduce
Steps to reproduce the behavior:
Use DDEV under 1.19 version.
Run ddev start after git clone ..., etc.
See errors from prompt.
Expected behavior
Download, configure and install all the setup for Summer House as in 1.19 or above versions of DDEV.
Changed the drush eval command "drush eval 'print_r(array_keys(\Drupal::entityTypeManager()->getDefinitions()));'", is executed inside the container instead of the host.
Describe the bug
When you're using versions of DDEV under 1.18 you're facing problems in some installation steps due to non-recognition of special characters, for instance when execute:
Present in hook pre-start described in
config.yml
file for DDEV setup. This leads to installation errors and various command execution problems. As the command is not executed correctly, it does not delete the shortcuts and therefore also crashes when importing the configuration.To Reproduce
Steps to reproduce the behavior:
ddev start
aftergit clone ...
, etc.Expected behavior
Download, configure and install all the setup for Summer House as in 1.19 or above versions of DDEV.
Additional context
Related:
ddev/ddev#2547 (comment)
ddev/ddev#1648 (comment)
The text was updated successfully, but these errors were encountered: