You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no categories are assigned (or no services could be loaded), array key purposeOrder does not exist in $klaroConfig. Therefore, a PHP Warning: Undefined array key "purposeOrder" is raised on this line.
To resolve this issue, array_key_exists() or isset() should be used in order to prevent the error.
The text was updated successfully, but these errors were encountered:
Version of we_cookie_consent: 4.1.0
Typo3 Version: 12.4.22
we_cookie_consent/Classes/Controller/ConsentController.php
Line 247 in 590fc7f
If no categories are assigned (or no services could be loaded), array key
purposeOrder
does not exist in$klaroConfig
. Therefore, aPHP Warning: Undefined array key "purposeOrder"
is raised on this line.To resolve this issue,
array_key_exists()
orisset()
should be used in order to prevent the error.The text was updated successfully, but these errors were encountered: