Summary | mysql V 8.0.36: SQL QUERY FAILED: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'other_attributes' can't have a default value |
Queue | Kronolith |
Queue Version | FRAMEWORK_6_0 |
Type | Bug |
State | Unconfirmed |
Priority | 2. Medium |
Owners | |
Requester | mrch (at) mailbox (dot) org |
Created | 09/26/2024 (230 days ago) |
Due | |
Updated | 09/26/2024 (230 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ mysql V 8.0.36: SQL QUERY FAILED: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'other_attributes' can't have a default value
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
https://wiki.horde.org/Doc/Dev/H6/Installation/InstallBase?referrer=Doc%2FDev%2FH6%2FInstallation
The execution of
http://192.168.122.5/horde/admin/config/?app=kronolith&action=schema
throws the above error.
The schema remains without update.
IMHO the problem seems to be located in
/var/www/html/horde/vendor/horde/kronolith/migration/28_kronolith_icalendar_storage.php
line 46.
IMHO related to:
https://www.percona.com/blog/cant-we-assign-a-default-value-to-the-blob-text-geometry-and-json-data-types/