Bug #15031
closedPage-Title maxlength > database-field tinytext
0%
Description
The maxlength of the field-title is set to 256 chars in TCA ,but the database-field (tinytext) can only store 255 chars.
The Field and TSconfig-Option "titleLen" should reflect theses values as well. At the moment titleLen can store a 5-digit value.
If you want to store 256 chars, this error occurs:
102: These fields are not properly updated in database: (title) Probably value mismatch with fieldtype.
Did not check other fields.
(issue imported from #M1575)
Files
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
is it possible for you to submit a patch for that issue?
Greets, Sebastian
Updated by Christian Trabold about 17 years ago
You may test it with this string:
0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789123456
This also occurs in TYPO3 Version 4.2.
Updated by Georg Ringer about 17 years ago
i added a patch for the rest of the fields and submitted a RFC