Closed rosiel closed 1 month ago
Unfortunate that this is still an issue which prevents the most basic Islandora use case on a fresh install
@forresthopkinsa, do you add @rosiel's patch to your composer? Or is this still an issue even with the patch?
@seth-shaw-asu Images worked with the patch applied
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.