Actions
Bug #104519
openTypeError by using AdminPanel
Status:
New
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2024-08-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
AdminPanel, TypeError
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When I activate the AdminPanel in the Frontend, I receive the following TypeError: TYPO3\CMS\Core\TimeTracker\TimeTracker::createHierarchyArray(): Argument #3 ($uniqueId) must be of type string, int given, called in /path/to/source/typo3_src-12.4.17/typo3/sysext/core/Classes/TimeTracker/TimeTracker.php on line 322
I could solve the problem by converting (strval()) the variable $uniqueId to a string in line 322 (TimeTracker.php).
Typo3-Version: 12.4.17
PHP-Version: 8.2.20
Files
Actions