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
I noticed, that there is a fatal error if you leave the scrtiptSrc property (script_src in database) empty within the backend.
I suggest to initiate the srcipt_src column with a default value of an empty string instead of null so the property can still be empty without any fatal errors in the frontend.
It seems like the error only appears if you create a new entry and leave scriptSrc blank.
If you add a value and delete it right afterwards, TYPO3 will save the new value as an empty string and the error disappear
Hi Dirk
I noticed, that there is a fatal error if you leave the scrtiptSrc property (script_src in database) empty within the backend.
I suggest to initiate the srcipt_src column with a default value of an empty string instead of null so the property can still be empty without any fatal errors in the frontend.
TYPO3 Version: 11.5.12
dp_cookieconsent Version: 11.6.2
Let me know if you like me to open a pr for you.
The text was updated successfully, but these errors were encountered: