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)
Command icon 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

rajab natshah created an issue. See original summary.

  • rajab natshah committed e94f31d0 on 9.2.x
    task: #3608744 Drop social_auth_twitter references (removed in the 9.2.x...
rajab natshah’s picture

Status: Active » Needs review
rajab natshah’s picture

Issue summary: View changes
Issue tags: +varbase-9.2.0, +varbase_project-9.2.0
rajab natshah’s picture

✅ Released varbase-9.2.0

rajab natshah’s picture

Assigned: rajab natshah » Unassigned
Issue summary: View changes
Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.