Actions
Bug #106836
openWrong SQL datatype for "size" of sys_file
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
Start date:
2025-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Hello,
since upgrading our bynder2 extension to TYPO3 13 the synchronization process of all files from bynder API does not work anymore. On console I get an error that value is too bif for "size". I found out that it must be "size" of table sys_file. In earlier TYPO3 versions it was BIGINT, since TYPO3 13 it is INT. Seems to be a problem since migrating to the new SchemaManager.
For now I will help me with overwriting the column definition, but from Core side it would be good to have good old BIGINT value again.
Nice greetings
Stefan
Actions