RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread qhivert
Oh ok, Maybe this script has not been updated with the correct length value then. I will check that. Quentin -Original Message- From: users-requ...@sogo.nu On Behalf Of Boguslaw Juza Sent: vendredi 3 novembre 2023 11:46 To: users@sogo.nu Subject: Re: [SOGo] GCSSessionsFolder - Data too

Re: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread bog...@agh.edu.pl
Hi, The comment from Scripts/mysql-utf8mb4.sql, from Sogo 5.9 dist: -- This schema includes some specific table creation -- parameters needed for complete Unicode coverage -- (required for emoji character support, for instance). -- -- Note: SOGo automagically creates those tables on start,

RE: [SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread qhivert
Hello, Well, I don't know how exactly you build sogo but sogo create dynamically the table with correct length. Look for: - (NSString *) createSessionsFolderWithName: (NSString *) tableName { static NSString *sqlFolderFormat = (@"CREATE TABLE %@ (" @" c_id VARCHAR(255) PRIMARY KEY,"

[SOGo] GCSSessionsFolder - Data too long for column 'c_value'

2023-11-03 Thread bog...@agh.edu.pl
Hello :) SOGo 5.9 installed from sources, RockyLinux9 SOGo kicks users after 5 min. of inactivity. The error notice apperars in the log: Nov 03 09:22:55 sogod [1682]: [ERROR] <...[GCSSessionsFolder]> -[GCSSessionsFolder writeRecordForEntryWithID:value:creationDate:lastSeenDate:]: cannot

[SOGo] How to change palette

2023-11-03 Thread bog...@agh.edu.pl
Hello, There are three color templates in the file WebServerResources/js/Common/Common.app.js. 'sogo-green', 'sogo-blue', 'sogo-grey'. How to set it? There is no any option to change from 'sogo-green' to 'sogo-blue'. Boguslaw Juza