Bug #83641
closedIndexing / Index direct on save - page_cache_reg1
100%
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
Updated by Gerrit Code Review almost 7 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
Updated by Gerrit Code Review almost 7 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
Updated by Gerrit Code Review almost 7 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
Updated by Georg Ringer almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5472badfe583200ddcc06ac7637a1d7fc0456bc1.
Updated by Christian Kuhn almost 7 years ago
- Related to Task #83905: Deprecate TypoScriptFrontendController->page_cache_reg1 added