Bug #54917
closedDebug "Column 'first' cannot be null"
100%
Description
On current master TYPO3 6.2.0beta3 I'm getting this debug message in FE (if in development mode). Fresh install, no upgrade.
exec_INSERTquery caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_INSERTquery ERROR Column 'first' cannot be null lastBuiltQuery INSERT INTO index_rel (phash,wid,count,first,freq,flags) VALUES ('260439973','17213122','1',NULL,'1126.7605633803','128') debug_backtrace require(24/typo3/sysext/cms/tslib/index_ts.php),24/index.php#41 // TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->generatePage_postProcessing#207 // TYPO3\CMS\IndexedSearch\Indexer->hook_indexContent#3368 // TYPO3\CMS\IndexedSearch\Indexer->indexTypo3PageContent#309 // TYPO3\CMS\IndexedSearch\Indexer->submitWords#574 // TYPO3\CMS\Core\Database\DatabaseConnection->exec_INSERTquery#2021 // TYPO3\CMS\Core\Database\DatabaseConnection->debug#198
Updated by Markus Klein almost 11 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Complexity set to no-brainer
- Is Regression changed from No to Yes
This is a regression to #53662.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted 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/26757
Updated by Markus Klein almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cca2d70043cc3b724f159f7741fc4ae10c3e1cb6.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30243
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30244
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset e50f6a64348f3253472605c6c7d5cd9217496d82.
Updated by Timotheus Pokorra over 10 years ago
Just as a note, because it took me a while to find this bug report and the solution:
In Typo3 6.1.8, my indexed_search did not show pages where the searched word was part of the title of the page.
I finally found that if I apply this change that fixes this bug, my problem is solved as well.
(I got here by comparing 6.1.8 and 6.1.9, where this bug has been fixed already)