Bug #50530
closedsys_file_reference records with missing foreign reference don't get disposed
0%
Description
Following situation is given:
You have a language overlay of an image-CE. You delete the overlay and for whatever reason the sys_file_reference record pointing to this translated image-CE is not being deleted (I didn't figure it out yet how this happened).
If you then try to localize the image-CE again only the image-CE itself gets localized and you get the error "Localization failed; There already was a localization for this language of the record!" because the sys_file_reference record is still there pointing with its l10n_parent column to the sys_file_reference record which should be localized.
Unfortunately you can't fix this in the BE, because you don't see sys_file_reference records in the BE.
The refindex update and the FAL reindex scheduler task won't help you either.
These inconsistent sys_file_reference records should definitely be garbage collected by the FAL reindex task.
Files
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
- TYPO3 Version changed from 6.1 to 6.0
Updated by Mathias Schreiber almost 10 years ago
- Is Regression set to No
- Sprint Focus set to On Location Sprint
we should check whether this is a FAL or a DataHandler problem.
I fear the latter.
Updated by Alina Fleser almost 10 years ago
I tested this issue and I could not reproduce it
Updated by Ingo Schmitt almost 10 years ago
- Status changed from Accepted to Closed
Could not reproduce in 6.2 also. SO close
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)