SimpleOauthCommands using "file.system" instead of "file_system"

Created on 16 November 2023, about 1 year ago
Updated 17 November 2023, about 1 year ago

Problem/Motivation

Ran into this error while doing a migration:

[debug] Could not instantiate Drupal\simple_oauth\Drush\Commands\SimpleOauthCommands: You have requested a non-existent service "file.system". Did you mean this: "file_system"?

Found it here:

$ ack 'file\.system' src/Drush/Commands/SimpleOauthCommands.php
42:      $container->get('file.system')

Disabling simple_oauth allowed the migration to proceed without error.

Proposed resolution

Replace file.system with file_system

πŸ› Bug report
Status

Fixed

Version

5.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States charcotrill

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024