| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 136577-2.patch | 666 bytes | ashutosh.mishra |
| #5 | interdiff_3_5.txt | 429 bytes | yonas.legesse |
| #5 | drupal_9_compatibility-3136577-5.patch | 1.07 KB | yonas.legesse |
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 136577-2.patch | 666 bytes | ashutosh.mishra |
| #5 | interdiff_3_5.txt | 429 bytes | yonas.legesse |
| #5 | drupal_9_compatibility-3136577-5.patch | 1.07 KB | yonas.legesse |
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: