Project

General

Profile

Actions

Bug #83641

closed

Indexing / Index direct on save - page_cache_reg1

Added by Oguzhan Alan about 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2018-01-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Indexing on save configuration is causing mysql err "Incorrect integer value: ''" for column page_cache_reg1

backend_initIndexer (sysext/indexed_search/Classes/Indexer.php LN381) is initializing page_cache_reg1 as

$this->conf['page_cache_reg1'] = '';

should be

$this->conf['page_cache_reg1'] = 0;

as the field is defined as INT11 by installer


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #83905: Deprecate TypoScriptFrontendController->page_cache_reg1Closed2018-02-15

Actions
Actions #1

Updated by Gerrit Code Review about 6 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/55428

Actions #2

Updated by Gerrit Code Review about 6 years ago

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

Actions #3

Updated by Gerrit Code Review about 6 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/55449

Actions #4

Updated by Georg Ringer about 6 years ago

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

Updated by Christian Kuhn about 6 years ago

  • Related to Task #83905: Deprecate TypoScriptFrontendController->page_cache_reg1 added
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF