Can't uninstall Export module

I’m on an Omeka S 4.1.0 installation. I have the Export module installed, but it looks like it hasn’t been updated in some time. I’m getting an “Error: Export requires Omeka S ^1.0.0 || ^2.0.0 || ^3.0.0” error message. I was able to remove some other out of date modules by installing the current version, then uninstalling. I tried that with this module, though, but it didn’t work. I’d like to uninstall this module cleanly.

Update the module.ini file within the module’s config folder, you should see something like

omeka_version_constraint = “^1.0.0 || ^2.0.0 || ^3.0.0” (operating off of memory, so that may not be exact.
Update it to
omeka_version_constraint = “^4.0.0”

then you should be able to uninstall and delete the module.

1 Like

This worked perfectly, thank you.