Actions
Bug #101555
closedDB Check crashes when selecting query on crdate field
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-08-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint
Description
Tested with both TYPO3 12 and 13
Steps to reproduce¶
- Module: Db Check > Full search > advanced query
- select table: pages
- Make Query: select [FIELD: crdate]
- on the next dropdown try to change to "is greater than"
Result:¶
The backend crashes with the following message:
(1/1) TypeError TYPO3\CMS\Lowlevel\Controller\DatabaseIntegrityController::getDateTimePickerField(): Argument #2 ($timestamp) must be of type string, int given, called in /Users/riccardo/TYPO3-dists/typo3_master/typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php on line 1633
Actions