Bug #24128
closedcHashParams field in index_phash is still too small
0%
Description
As stated in: http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=12959
This field is tinyblob, which 255 bytes. It is not enough to hold serialized arrays in many cases. It should be changed to blob.
MySQL information about data types: http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html [^]
In T3 4.3.7 this still seems to be present, wich causes problems with long GET-variables. Changing the field from tiny blob to blob fixed our problem (with cal events in this case)
(issue imported from #M16469)
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.