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
Reported by twisterbr on 6 Mar 2015 16:57 UTC as Trac ticket #1490306
If you set the config in 'identity_image_size' to > 64, you'll need to alter the database table identities and change the data type of the field signature to one that's bigger than 'text'.
Otherwise you'll get an incomplete base64 code and a broken image.
BLOB, TEXT L + 2 bytes, where L < 2^16 (64 Kilobytes)
MEDIUMBLOB, MEDIUMTEXT L + 3 bytes, where L < 2^24 (16 Megabytes)
Reported by twisterbr on 6 Mar 2015 16:57 UTC as Trac ticket #1490306
If you set the config in 'identity_image_size' to > 64, you'll need to alter the database table identities and change the data type of the field signature to one that's bigger than 'text'.
Otherwise you'll get an incomplete base64 code and a broken image.
BLOB, TEXT L + 2 bytes, where L < 2^16 (64 Kilobytes)
MEDIUMBLOB, MEDIUMTEXT L + 3 bytes, where L < 2^24 (16 Megabytes)
Keywords: html image broken
Migrated-From: http://trac.roundcube.net/ticket/1490306
The text was updated successfully, but these errors were encountered: