Project

General

Profile

Bug #91155

Updated by Daniel Siepmann almost 4 years ago

Opening an page with activated "Fluid based page module" and using sqlite results in the following error: 


 <pre> 
 (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 
 </pre> 

 Probably an issue in combination with SQLite, which does not cast the uid to integer. There is a missing type cast inside the code?

Back