Skip to content

Can not load and install module in mmlc 1.21.0 #148

@RobinTheHood

Description

@RobinTheHood

It is not possible to load and install dependent modules.

  1. Deintall all modules
  2. Intall "MMLC im Admin"
  3. Check the dependent modules composer/autoload and robinthehood/modified-std-module and 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions