Reputation: 10790
In an 6.2.26 installation we have the following problem:
an editor wants to delete a file, which is not used any more.
if I click on the delete icon I primary get the warning about 3 references while in the list only 2 are shown:
if I agree I get the error message:
Trying to identify the problem in the database results in strange findings.
The data is no straight include but a two level IRRE construct (#1) and there once were workspaces installed (meanwhile removed)
deleted = 1
) and show usage of workspaces (t3ver_id = 1
, t3ver_label = 'First draft version'
)Dateiabstraktionsschicht: Speicherindex aktualisieren (scheduler)
) there were no differences in the list or count of the referencesHow can we cleanup the database? how can the editor delete the file?
(#1)
tt_content
+-(IRRE)-> tx_downloadlinks_domain_model_downloadbox
+-(IRRE)-> tx_downloadlinks_domain_model_links
+-> sys_file_references
+-> sys_file
Upvotes: 0
Views: 314
Reputation: 1315
These are probably references in sys_ref
. Try to update the sys_ref
table. Is one of the low-level cli commands
Upvotes: 1