Project

General

Profile

Actions

Bug #104519

open

TypeError by using AdminPanel

Added by Mathias Blasek 3 months ago. Updated 3 months ago.

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

stack-trace.txt (37.3 KB) stack-trace.txt Mathias Blasek, 2024-08-02 11:31
Actions #1

Updated by Georg Ringer 3 months ago

can you please provide more stack trace to be able to better reproduce that? that would be great! thanks!

Actions #2

Updated by Mathias Blasek 3 months ago

Sure, here they are.

Actions

Also available in: Atom PDF