dutchheight / craft-cookie-boss

Allow your visitors to set their cookie preference.
Other
3 stars 1 forks source link

Database exception #9

Closed peteralewis closed 4 years ago

peteralewis commented 4 years ago

Was adding descriptions into the Consent Groups, had created 3, clicked Save and got the following...

Screenshot 2020-06-16 09 44 57

SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'desc' at row 1
The SQL being executed was: INSERT INTO `cookieboss_consentgroup` (`uid`, `enabled`, `defaultValue`, `required`, `handle`, `name`, `desc`, `dateCreated`, `dateUpdated`) VALUES ('37691d22-f90e-4f03-aa2b-f03485452a74', 1, 1, 0, 'functional', 'Functional', 'Cookies for enhancing the websites functionality. These are not strictly essential for the website to function but enhance the quality, functionality and visitor experience. They may also serve non-essential purposes in addition to their essential purpose.', '2020-06-16 08:43:50', '2020-06-16 08:43:50')
KevinBeckers commented 4 years ago

Fixed in v1.3.2