Bug #92015
closedreferenceindex:update ... Exception handler ... Too few arguments
0%
Description
Upgrading from working 9.5.x Version to 10.4.6 leads to an reproducible error (upgraded twice from same sourec):
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Too few arguments to function TYPO3\CMS\Core\Database\SoftReferenceIndex::__construct(), 0 passed in /home/xxx/typo3_src-10.4.6/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3426 and exactly 1 expected | ArgumentCountError thrown in file /home/xxx/typo3_src-10.4.6/typo3/sysext/core/Classes/Database/SoftReferenceIndex.php in line 90. Requested URL: https://xxx/typo3/index.php?route=%2Frecord%2Fedit&token=--AnonymizedToken--&edit%5Btt_content%5D%5B-1743%5D=new&defVals%5Btt_content%5D%5BcolPos%5D=1&defVals%5Btt_content%5D%5Bsys_language_uid%5D=0&defVals%5Btt_content%5D%5BCType%5D=textpic&returnUrl=%2Ftypo3%2Findex.php%3Froute%3D%252Fmodule%252Fweb%252Flayout%26token%3Dfec4a465d4fea1152e47eee699cfc06e5531d578%26id%3D324 - {"TYPO3_MODE":"BE","exception":{}}
The error occurs when:
DB Testinng > updating SoftReferenceIndex
Insering/deleting/moving a content element
FE is working
Inserted content elements are visible in FE
Files