- Issue created by @dwisnousky
- Open on Drupal.org βCore: 10.0.5 + Environment: PHP 8.1 & MySQL 8last update
almost 2 years ago Not currently mergeable. - @dwisnousky opened merge request.
- π―π΅Japan tyler36 Osaka
Unable able to reproduce with current versions and description provided.
## Test
- Create new drupal/recommended-project project (currently v10.1.1)
$ composer create drupal/recommended-project ... - Installing drupal/core-recommended (10.1.1)
- Install drush
$ composer require drush/drush ... Using version ^12.1 for drush/drush
- Configure site
$ drush site:install --account-name=admin --account-pass=admin -y ... [success] Installation complete.
- Visit site and confirm working.
- Install drupal/oembed_providers$ composer require drupal/oembed_providers ... - Installing drupal/oembed_providers (2.1.1): Extracting archive
- Update database.
$ drush updb [success] No pending updates.
- Status changed to Closed: cannot reproduce
over 1 year ago 7:50pm 27 July 2023 - πΊπΈUnited States Chris Burge
@tyler36 - Thanks for testing this out. Tests are passing, too, for D10.