Project

General

Profile

Actions

Bug #91155

closed

TypeError Argument 1 passed to TYPO3\CMS\Backend\View\BackendLayout\RecordRememberer::rememberRecordUid() must be of the type int, string given

Added by Daniel Siepmann about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
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 #1

Updated by Daniel Siepmann about 4 years ago

  • Description updated (diff)
Actions #2

Updated by Daniel Siepmann about 4 years ago

  • Assignee set to Daniel Siepmann
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Daniel Siepmann about 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF