[07-Feb-2023 10:40:20 -0800]: <frv15vpc> DB Error: [1406] Data too long for column 'ctag' at row 1 (SQL Query: UPDATE kolab_folders SET synclock = 0, ctag = '\"033aa043db7f0e3e43a1483892a874ced466bc3b6ab07e46b78525318e5c58ba\"', changed = '2023-02-07 10:40:20' WHERE folder_id = '7') in /home/webapps/roundcube-bravenet/shared/www/roundcubemail.20230207103553/program/lib/Roundcube/rcube_db.php on line 566 (POST /?_task=mail&_action=refresh)
Looks like it is trying to store a 64byte string, while currently the column width is 40 bytes.
<pre>
<href>/dav%40ncoulson.com/personal_calendar.230126180111403/</href>
<propstat>
<prop>
<resourcetype>
<C:calendar/>
<collection/>
</resourcetype>
<displayname>personal</displayname>
<CS:getctag>"033aa043db7f0e3e43a1483892a874ced466bc3b6ab07e46b78525318e5c58ba"</CS:getctag>
<C:supported-calendar-component-set>
<C:comp name="VEVENT"/>
<C:comp name="VJOURNAL"/>
<C:comp name="VTODO"/>
</C:supported-calendar-component-set>
<ICAL:calendar-color>#00ff00ff</ICAL:calendar-color>
</prop>
<status>HTTP/1.1 200 OK</status></propstat>
<propstat>
<prop> <ns4:alarms/> </prop> <status>HTTP/1.1 404 Not Found</status>
</propstat>
</pre>