Project

General

Profile

Actions

Bug #52658

closed

Overriding image does not change the dimensions

Added by Claus Harup over 10 years ago. Updated about 10 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-10-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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... :-(


Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #44105: Image size does not get updatedClosed2012-12-19

Actions
Related to TYPO3 Core - Bug #50392: Specifying size in ImageViewHelper does nothingClosed2013-07-24

Actions
Related to TYPO3 Core - Bug #62400: Lot of entries in sys_file_processed with name=NULL and identifier emptyRejectedAndreas Wolf2014-10-22

Actions
Related to TYPO3 Core - Bug #59216: Image dimensions (width/height) are 0 when not scaledClosed2014-05-30

Actions
Related to TYPO3 Core - Bug #61181: FAL: file maxW and maxH are ignoredRejected2014-08-25

Actions
Actions #1

Updated by Stefan Neufeind over 10 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.

Actions #2

Updated by Claus Harup over 10 years ago

That is exactly my case!!
Im using an image path in my TypoScript.....

Actions #3

Updated by Stefan Neufeind over 10 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)

Actions #4

Updated by Claus Harup over 10 years ago

Im using 6.1.5..... - what should I look for?

Actions #5

Updated by Markus Klein over 10 years ago

Claus, what are the paths where the images are stored in?

Actions #6

Updated by Steffen Ritter over 10 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.

Actions #7

Updated by Steffen Ritter over 10 years ago

  • Target version deleted (next-patchlevel)
Actions #8

Updated by Steffen Ritter about 10 years ago

  • Status changed from Needs Feedback to Rejected
Actions

Also available in: Atom PDF