Bug #52658
closedOverriding image does not change the dimensions
0%
Description
When using the build in file upload functionality and overriding an image, the image gets uploaded, but the width and height in sys_file does not get set properly which leads to that the Frontend uses the old dimensions... :-(
Updated by Stefan Neufeind about 11 years ago
Could it be you're experiencing problems with different storages being used? We once had a case where the image was updated by upload through the filelist (using auto-created storage 1). But the page-template was using the image via regular paths without specifying a FAL-storage (and thus using the legacy-storage 0). In our case the dimensions were updated correctly in storage 1. This was part of what the patch for "always finding the best-matching storage" (#45498) was planned to address.
Please have a look in the database for your file and what storages/dimensions are listed there.
Updated by Claus Harup about 11 years ago
That is exactly my case!!
Im using an image path in my TypoScript.....
Updated by Stefan Neufeind about 11 years ago
Which version are you using? 6.1.x? According to the dates it should already be part of 6.1.5 (released: 12.9.2013).
https://review.typo3.org/#/c/23560/ (merged for 6.1-branch: 8.9.2013)
Updated by Claus Harup about 11 years ago
Im using 6.1.5..... - what should I look for?
Updated by Markus Klein almost 11 years ago
Claus, what are the paths where the images are stored in?
Updated by Steffen Ritter almost 11 years ago
- Status changed from New to Needs Feedback
This is a known issue we most probably won't fix in the 6.0 and 6.1 branches - we recommend upgrading to 6.2 as soon as possible.
Updated by Steffen Ritter almost 11 years ago
- Target version deleted (
next-patchlevel)
Updated by Steffen Ritter over 10 years ago
- Status changed from Needs Feedback to Rejected