Bug #97178
openTranslation of a record with FAL relation not possible after language change from "-1 all" to "0 default"
0%
Description
The translation of a record which was created with language "-1 all" and a FAL media relation and set later to language "0 default" is not possible. The error message in the backend is "503 Child record was not processed".
Steps to reproduce:
1. Create a news record with language "-1 all"
2. Add a FAL Media and save record
3. Change language of the news record to "0 default" and save again.
4. Translate the news record to any other language eg. 1
I think the problem is that the fal relation in the database still has the languag "-1 all".
Tested with TYPO3 v11.5.8 and News 9.3.0, but it will happen also with all other relations.
Updated by Floyd Hermes 3 months ago
The error can be consistently reproduced. However, an additional issue occurs because the system duplicates the image multiple times.
When the user repeatedly clicks the "translate" button (due to the translation function not working properly), the system generates thousands of duplicated images.
This problem significantly impacts system stability.