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

Undefined array_key error after installation #7

Open
sterborg opened this issue May 12, 2023 · 1 comment
Open

Undefined array_key error after installation #7

sterborg opened this issue May 12, 2023 · 1 comment

Comments

@sterborg
Copy link

After the installation of xm_formcycle with conmposer, the configuration is not set. Hence errors pop up:

Undefined array key "xm_formcycle" in var/cache/code/core/ext_localconf_f0b4246ebe6e55124bc9289e5c9d1292ebece073.php line 2120

So you need to manually set a dummy array in the LocalConfiguration.php:

...
'EXTENSIONS' => [
    ...
    'xm_formcycle' => [
        'integrationMode' => '',
    ],
    ...
],
....

Better check existence of array and keys in ext_localconf.php

@JulianXIMA
Copy link
Contributor

Hi @sterborg thanks for your feedback. I will check on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants