-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
It is not possible to load and install dependent modules.
- Deintall all modules
- Intall "MMLC im Admin"
- Check the dependent modules
composer/autoloadandrobinthehood/modified-std-moduleand notice that they are only loaded but not installed.
The reason is that in the ModuleInstallert class in the method installWithDependencies() the cache of the Module Loader is not renewed after the pull. As a result, the modules are not yet in the “loaded” status in the next query will not be installed.
Solution:
Reset module cache before loading with ModuleLoader again.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done