You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When does this issue occur?
On Drupal 10.3, when you attempt to show a file in Fedora (e.g. an original file) through an image style.
You get this in the logs: RuntimeException: Controller "Drupal\image\Controller\ImageStyleDownloadController::deliver" requires that you provide a value for the "$required_derivative_scheme" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or there is a non-optional argument after this one. in Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments() (line 110 of /var/www/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver.php).
Which page does it occur on?
Any original file view
What happens?
No image appears (alt text may appear)
To whom does it occur (anonymous visitor, editor, administrator)?
Anyone (even logged in users; this is not a permissions thing).
Which version of Islandora are you using?
Drupal 10.3.
Which method did you use to install your Islandora instance? (manually, ISLE, playbook, etc.)
Site Template (not the issue here)
Any related open or closed issues to this bug report?
On Drupal 10.3, when you attempt to show a file in Fedora (e.g. an original file) through an image style.
You get this in the logs:
RuntimeException: Controller "Drupal\image\Controller\ImageStyleDownloadController::deliver" requires that you provide a value for the "$required_derivative_scheme" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or there is a non-optional argument after this one. in Symfony\Component\HttpKernel\Controller\ArgumentResolver->getArguments() (line 110 of /var/www/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver.php).
Which page does it occur on?
Any original file view
What happens?
No image appears (alt text may appear)
To whom does it occur (anonymous visitor, editor, administrator)?
Anyone (even logged in users; this is not a permissions thing).
Which version of Islandora are you using?
Drupal 10.3.
Which method did you use to install your Islandora instance? (manually, ISLE, playbook, etc.)
Site Template (not the issue here)
Any related open or closed issues to this bug report?
Related bug in Flysystem: https://www.drupal.org/project/flysystem/issues/3457193
Screenshots
Temporary Fix
Add my patch (modified from slasher13's patch) to your composer.json following the instructions for using composer patches.
The text was updated successfully, but these errors were encountered: