Problem/Motivation
Varbase 9.2.x is the Drupal 11-only continuation of the 9.1.x line and drops drupal/social_auth_twitter (X/Twitter API removal). The varbase_project 9.2.x branch still has a leftover line in its DDEV install script that tries to enable the dropped module.
In .ddev/commands/web/install-varbase the full install path still runs drush pm:enable social_auth_twitter --yes, which is no longer a valid module on 9.2.x.
Steps to reproduce
Run ddev install-varbase full on a 9.2.x checkout of varbase_project. It fails with:
Unable to install modules social_auth_twitter due to missing modules social_auth_twitter
Proposed resolution
Remove the single drush pm:enable social_auth_twitter --yes line from .ddev/commands/web/install-varbase.
Remaining tasks
- ✅ File an issue about this project
- ❌ Addition/Change/Update/Fix to this project
- ❌ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ➖ Reviewed by a human
- ❌ Code review by maintainers
- ❌ Full testing and approval
- ❌ Credit contributors
- ❌ Review with the product owner
- ❌ Update Release Notes
- ✅ Release varbase_project-9.2.0
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
task: #3608744 Drop social_auth_twitter references (removed in the 9.2.x Drupal 11 line)
Issue fork varbase_project-3608744
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshah✅ Released varbase-9.2.0
Comment #7
rajab natshah✅ Released varbase_project-9.2.0