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
ddev drush si minimal -y ✓ ← Drupal fully installed
Then immediately:
ddev drush en <module> -y ✗ ← pm namespace not found
Notes
The previous run against the same template code (commit b6c1e74, run 25684305046) passed cleanly for both pathauto and token
The error occurs AFTER a successful drush si, which requires the same Drush bootstrap, making a permanent version mismatch unlikely
Likely a timing or state issue after ddev restart / symlink-project, or a flaky interaction between the drush wrapper and the Drupal bootstrap in the web container
Worth investigating whether adding a short ddev drush cr or checking drush bootstrap status before ddev drush en would stabilize this
Symptom
ddev drush en <module> -yfails with:The module is not listed in
ddev drush pm:list --status=enabled, so the CI verify step also fails.Observed in
What succeeds before the failure
All prior steps pass:
ddev drush si minimal -y✓ ← Drupal fully installedThen immediately:
ddev drush en <module> -y✗ ← pm namespace not foundNotes
b6c1e74, run25684305046) passed cleanly for both pathauto and tokendrush si, which requires the same Drush bootstrap, making a permanent version mismatch unlikelyddev restart/ symlink-project, or a flaky interaction between the drush wrapper and the Drupal bootstrap in the web containerddev drush cror checking drush bootstrap status beforeddev drush enwould stabilize this