stage_file_proxy integration

Created on 17 September 2024, 3 months ago
Updated 19 September 2024, 3 months ago

Problem/Motivation

,
In one of the recent updates, ImageSizesService::createBase64Attributes introduced another check in Line 114: && file_exists($absolute_path)). On systems using stage_file_proxy this can lead to false and therefore to omitting creation of the attributes: width, height and src.

Proposed resolution

The check file_exists($absolute_path)) should only happen, when stage_file_proxy is not enabled.

Feature request
Status

Fixed

Version

3.0

Component

Code

Created by

🇩🇪Germany drupatz

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