- 🇨🇦Canada classiccut
I know this issue is marked as fixed, so perhaps I'm not configuring something correctly. However I can't get the language overrides to work. I have a bilingual English/French site, with language negotiation set to use different URLs. I've configured CookiePro Plus to override the default configuration for the French site (with a different script ID), however only the default (English) config is ever used to find the script ID and insert it into the page HTML. Checking the code in CookiePro.php, the methods to get script ID and URL only ever load the default config and never check for config overrides. Am I missing something? Thanks.
- 🇧🇪Belgium andreasderijcke Antwerpen / Gent
@ClassicCut Can you please create a new support issue for your case, and explain it a bit more into detail + some specs? Perhaps also some screenshots of your language and language negotiation setup too.
The config override is set in event subscriber https://git.drupalcode.org/project/cookiepro_plus/-/blob/1.0.x/src/Event... - 🇨🇦Canada classiccut
@andreasderijcke Thank you for the information. Based on what you said, I think part of the problem is that the event subscriber never gets called. I'll do a bit more research and gather up some data to log a separate ticket, if in fact the problem lies with the CookiePro Plus module (I suspect I have other modules that might be messing with event subscribers).
- 🇧🇪Belgium andreasderijcke Antwerpen / Gent
Alright, I'll keep an eye out for possible ticket. If there is something we can do to prevent collision(s) with other modules...