Project

General

Profile

Actions

Bug #72909

closed

Epic #65814: Make Indexed search extbase plugin shine

Indexed Search: Data too long for column 'cookie'

Added by Christian Toffolo about 8 years ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2016-01-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

Using the Extbase plugin, when I search something in the FE I get this sql error:

Data too long for column 'cookie' at row 1

This is because the extension tries to insert a 32 chars long string into field 'cookie' of table index_stat_search that is a varchar(10).

Actions #1

Updated by Riccardo De Contardi about 8 years ago

  • Parent task set to #65814
Actions #2

Updated by Gerrit Code Review about 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46643

Actions #3

Updated by Gerrit Code Review about 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46643

Actions #4

Updated by Gerrit Code Review about 8 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46648

Actions #5

Updated by Wouter Wolters about 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Gerhard Rupp 5 months ago

  • TYPO3 Version changed from 7 to 10
  • PHP Version set to 7.4
  • Complexity set to no-brainer

This is still (again?) an issue for TYPO3 10.4.41.

I had to encrease the length to 255:

cookie varchar(255) DEFAULT '' NOT NULL,
Actions

Also available in: Atom PDF