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?
Actions