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

Error with frontend_editing #10

Closed
quadronet opened this issue Feb 9, 2021 · 1 comment
Closed

Error with frontend_editing #10

quadronet opened this issue Feb 9, 2021 · 1 comment

Comments

@quadronet
Copy link

Hello,
we use the frontend_editing and get the following error:

(1/1) TypeError
array_key_exists() expects parameter 2 to be array, null given

in /var/www/vhosts/photos/domain.de/typo3conf/ext/mindshape_cookie_consent/Classes/Utility/SettingsUtility.php line 61
try {
$typoscript = $configurationManager->getConfiguration(ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT);
$typoscript = GeneralUtility::removeDotsFromTS($typoscript);

        if (false === array_key_exists(self::EXTENSION_TYPOSCRIPT_KEY, $typoscript['plugin'])) {
@featdd
Copy link
Member

featdd commented Feb 17, 2021

Hi @quadronet,

I couldn't reproduce this when using frontend editing, seems like an issue in your configuration.
Nevertheless I secured the condition to prevent this exception.

Solved in b19a1bd

@featdd featdd closed this as completed Feb 17, 2021
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