Resource Manager data is not fully removed upon uninstall.
All Resource Manager attachments are deleted from the xf_attachment table, but that leaves data in xf_attachment_data and further leaves files on the file system.
It should be sufficient to simply set the unassociated column to 0 for matching content types, then the xf_attachment_data and files will be dealt with during the clean up processes.
All Resource Manager attachments are deleted from the xf_attachment table, but that leaves data in xf_attachment_data and further leaves files on the file system.
It should be sufficient to simply set the unassociated column to 0 for matching content types, then the xf_attachment_data and files will be dealt with during the clean up processes.