We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @sterborg thanks for your feedback. I will check on it.
Sorry, something went wrong.
No branches or pull requests
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:
Better check existence of array and keys in ext_localconf.php
The text was updated successfully, but these errors were encountered: