Actions
Bug #91155
closedTypeError Argument 1 passed to TYPO3\CMS\Backend\View\BackendLayout\RecordRememberer::rememberRecordUid() must be of the type int, string given
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-04-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Opening an page with activated "Fluid based page module" and using sqlite results in the following error:
(1/1) TypeError Argument 1 passed to TYPO3\CMS\Backend\View\BackendLayout\RecordRememberer::rememberRecordUid() must be of the type int, string given, called in typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php on line 35
Probably an issue in combination with SQLite, which does not cast the uid to integer. There is a missing type cast inside the code?
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64293
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/64293
Updated by Daniel Siepmann over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a5dcd52b73bd3e230df3b268517ce390a1ef43e3.
Actions