Problem/Motivation
When upgrading to version 3.1.4 the images stop to work as the path is pointing to the local environment.
Steps to reproduce
Upgrade to the latest version.
Run "drush cr"
Reload the site.
In the log:
"Source image at public://2023-12/Homepage-International-Cooperation-991px.jpg not found while trying to generate derivative image at public://styles/oe_theme_medium_no_crop/public/2023-12/Homepage-International-Cooperation-991px.jpg." (screenshot attached).
Proposed resolution
When downgrading to version 3.1.3 the images start to work.
Is anyone else facing similar issues?
Comments
Comment #2
smustgrave commentedComment #5
piotrsmykaj commentedTo reproduce the issue, you need to have the website located in a subdirectory, ex. http://host.com/subdirectory. The issue is inside method DownloadManager->filePublicPath() because basePath is missing in the path. MR with the fix created.
Comment #6
smustgrave commentedFine with this change