Drupal 10.3 compatibility

Created on 20 June 2024, 6 months ago

Problem/Motivation

This module does not work in Drupal 10.3, due to ImageStyleDownloadController::deliver() now takes a string of the expected scheme for derivatives as a required parameter. This results in the following error:

ArgumentCountError: Too few arguments to function Drupal\image\Controller\ImageStyleDownloadController::deliver(), 3 passed in /path/to/website/web/modules/contrib/drimage/src/Controller/DrImageController.php on line 415 and exactly 4 expected in Drupal\image\Controller\ImageStyleDownloadController->deliver() (line 111 of core/modules/image/src/Controller/ImageStyleDownloadController.php).

Steps to reproduce

Test on Drupal 10.3

Proposed resolution

Refers to similar issue about stage_file_proxy module : https://www.drupal.org/project/stage_file_proxy/issues/3450243 ๐Ÿ› Drupal 10.3 compatibility Fixed

๐Ÿ› Bug report
Status

Active

Version

2.3

Component

Code

Created by

๐Ÿ‡ซ๐Ÿ‡ทFrance alxgl

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024