Problem/Motivation
With notices turned on, I get the following error:
Notice: Undefined index: in eu_cookie_compliance_build_data() (line 364 of modules/contrib/eu_cookie_compliance/eu_cookie_compliance.module).
Steps to reproduce
Turn on notices and reload your site. It might require an upgrade for an already installed module.
Proposed resolution
The issue stems from the config setting "popup_info_template" missing from the config array. Thus, I think an install hook to update this and set a default would help.
Remaining tasks
Create a hook to patch this.
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #2
svenryen commentedThanks for the report. I'll take a look.
Comment #5
dtabirca commentedI've encountered this issue during a D9 update appearing right after clearing cache.
Comment #7
svenryen commentedCommitted, thanks for the contribution!