Actions
Bug #92328
closedTYPO3 v9.5.21 - Renaming PDF files in filelist causes error: Data truncated for column 'height' at row 1
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2020-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Description
We have been informed by a customer that after TYPO3 Update from v9.5.20 to v9.5.21, renaming PDF files causes an error. After downgrading to v9.5.20 renaming files is no problem.
Following is the error message:
(1/2) Doctrine\DBAL\Exception\DriverException
An exception occurred while executing 'UPDATE `sys_file_metadata` SET `width` = ?, `height` = ?, `tstamp` = ? WHERE 'uid' = ?' with params ["595", "842+0+0", 1600332554, 30]: Data truncated for column 'height' at row 1
As well as my test file, with which the behaviour under 9.5.21 can be reproduced.
Files
Updated by Georg Ringer about 4 years ago
- Status changed from New to Accepted
- Is Regression set to Yes
Updated by Georg Ringer about 4 years ago
- Status changed from Accepted to Closed
this is a duplicate of #92287 and will be solved with https://review.typo3.org/c/Packages/TYPO3.CMS/+/65711
Updated by Georg Ringer about 4 years ago
- Is duplicate of Bug #92287: After upgrading to ver. 9.5.21 uploading of pdf files causes an exception added
Updated by Markus Eckert about 4 years ago
Georg Ringer wrote:
this is a duplicate of #92287 and will be solved with https://review.typo3.org/c/Packages/TYPO3.CMS/+/65711
Okay, thanks for support!
Actions