How to delete dead assets?

After using "system_check.php" script I got:


Dead Assets Test [ !! ]

There are 23 dead asset(s) on the system

Asset #533 was not found on the system

Asset #1109 was not found on the system

(…)



How to delete those assets?



I tried "delete_assets_by_id.php" script, but I only got

±------------------------------------------------------------+

| MySource Warning |

|-------------------------------------------------------------|

| Existing Link #533 not found, unable to move link [SYS0138] |

±------------------------------------------------------------+

Hi,
You cab usesystem_integrity_invalid_links.php to remove these invalid links. That the system_check.php has suggested that the link exists in Matrix database but not the asset. Hence why you cannot use delete_assets_by_id.php script.



Ash

[quote]
Hi,

You cab usesystem_integrity_invalid_links.php to remove these invalid links. That the system_check.php has suggested that the link exists in Matrix database but not the asset. Hence why you cannot use delete_assets_by_id.php script.



Ash

[/quote]



Dead links are gone after using system_integrity_invalid_links.php

Thanks, Ashish

You are very welcome :smiley: