- 🇮🇳India magendiran
Thanks @Mahmoud Helmy,
Your #20 patch works for me, Along with I modified the content of the web/modules/contrib/file_entity/file_entity.install file.
Comment the following lines (113-114):
$definition = $update_manager->getFieldStorageDefinition('type', 'file');
$update_manager->uninstallFieldStorageDefinition($definition);and uninstall the module.
- 🇺🇸United States rsbecker
Following this thread I finally was able to uninstall file_entity, which I only installed on a new D9 site because it was installed on the D7 site from which I migrate. But even after manually removing all entries in the config and key_values table for field_file, on the System Status report I am still getting an error -- "The node.field_file field needs to be uninstalled." I've run cr and updated the database, but no joy.
Any suggestions about where to look for a fix?