Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleManager::getModules() throws exception error #6899

Open
sakurafarm opened this issue Mar 24, 2024 · 0 comments
Open

ModuleManager::getModules() throws exception error #6899

sakurafarm opened this issue Mar 24, 2024 · 0 comments
Assignees
Labels

Comments

@sakurafarm
Copy link

What steps will reproduce the problem?

Executes the following code.

Yii::$app->moduleManager->getModules([
        'includeCoreModules' => true,
        'enabled' => false,
        'returnClass' => false,
]);

What is the expected result?

No exception error.

What do you get instead?

Exception error occurs.

image

Additional info

Is there another way to get a list of core module information?

Q A
HumHub version 1.15.4
PHP version 8.1
Operating system Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants