Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

[BUG] Drupal 10.3, Image styles that use flysytem (Fedora) are broken again. #2325

Closed rosiel closed 1 month ago

rosiel commented 4 months ago

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 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

Screenshot 2024-07-01 at 12 35 32 PM

Temporary Fix

Add my patch (modified from slasher13's patch) to your composer.json following the instructions for using composer patches.

forresthopkinsa commented 2 months ago

Unfortunate that this is still an issue which prevents the most basic Islandora use case on a fresh install

seth-shaw-asu commented 2 months ago

@forresthopkinsa, do you add @rosiel's patch to your composer? Or is this still an issue even with the patch?

forresthopkinsa commented 2 months ago

@seth-shaw-asu Images worked with the patch applied