- 🇺🇸United States micahw156
Yes, this is still a problem. I encountered it today.
I did some debugging, and determined that in my case,
$config->get('dependencies')
is returning an empty array, therefore$dependencies['module']
is not set.I don't have time to write a patch right now, but it would seem that writing a check to verify this value is set should resolve the problem.
- 🇺🇸United States micahw156
I figured out how to uninstall the module and why it's showing null, but I'm not sure where it needs to be fixed.
The solution was in #3257390: It is not possible to uninstall slick → , to open and save every exiting filter configuration.
Before touching the filter configurations, none of my filter configurations had any dependencies (except markdown). Saving all configurations added the blazy and slick dependencies. Once those dependencies were added, the uninstall worked as expected.
These missing dependencies seem more like an installation problem than an uninstall problem, but this workaround should help anyone who gets stuck until a patch can be provided.
- Status changed to Fixed
12 months ago 7:33am 30 November 2023 - 🇮🇩Indonesia gausarts
The patch was in for quite a while. And workarounds in #6 should be enough if persists.
The OP version is outdated as well. But kept it for context.Feel free to re-open if still an issue.
Thank you.
Automatically closed - issue fixed for 2 weeks with no activity.