Skip to content
Snippets Groups Projects
Commit 3ef1ae42 authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Andreas Fernandez
Browse files

[BUGFIX] Fix exception for image with crop definition on PostgreSQL

The sys_file_processedfile.configuration column will contain a serialized
object after saving an image with a crop definition in the image
manipulation editor. Avoid an exception being thrown on PostgreSQL due to
this string containing NULL bytes not saved properly in a "text" column by
changing the column type to "blob".

Resolves: #90844
Releases: master, 9.5
Change-Id: I9bb751f6e0622a042e2f1b40925d7070fe656285
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63935


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 71535a11
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment