Closed (fixed)
Project:
File update
Version:
1.0.0-alpha3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 May 2020 at 15:07 UTC
Updated:
27 Sep 2020 at 10:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ashutosh.mishra commented=======================================================
web/modules/contrib/file_update/file_update.info.yml
===========================
Add core_version_requirement: ^8 || ^9 to file_update.info.yml to designate that the module is compatible with Drupal 9. See https://drupal.org/node/3070687.
======================================================
web/modules/contrib/file_update/composer.json
==============================
The drupal/core requirement is not Drupal 9 compatible. Either remove it or update it to be compatible with Drupal 9. See https://drupal.org/node/2514612#s-drupal-9-compatibility.
Comment #3
ashutosh.mishra commentedComment #4
yonas.legesse commentedI have applied the Patch and checked with upgrade status. The issue mentioned has been solved but there is a deprecated method which needs to be fixed as well.
Comment #5
yonas.legesse commentedApplied the patch in #3 and added new alteration to avoid deprecation error.
Comment #6
jfeltkampThank you @yonas.legesse, but I could not apply patch, because obviously StreamWrapperManagerInterface is an interface.
But I also can't call the method staticly.
At the end code looks like this: