Aktionen
GX-Bug #68191
offenSometimes broken HTML is getting produced when executing the updater
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.3.2.0, 4.3.3.1
Release Notes Langtext:
Beschreibung
In one of our updates there might be an issue with cut off configurations.
We just had a customer who had this issue.
For example this will be produced (NUMBER is a placeholder):
<!-- Global site tag (gtag.js) - Google Ads: NUMBER --> <script async src="https://www.googletagmanager.com/gtag/js?id=NUMBER"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'NUMBER'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=NUMBER"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'NUMBER');
The config has been cut off and now there is missing a script tag, which in the end broke the cookie consent tool. The affected column was "gm_configuration/GM_ANALYTICS_CODE" on the "gx_configurations" table.
I'm not quite sure if there are more columns affected, i sadly don't really know how to reproduce it, i tried it in my shop and wasn't affected maybe there needs to be some specific modules configured.
Aktionen