Actions
Bug #41213
closedTree view in admin panel is broken on PHP 5.4
Start date:
2012-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
3.5
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The code is actually broken since the initial commit, but "worked" in PHP <5.4.
The problematic part is a wrong array access in the timetrack->printTSlog() function.
It took me quite a while to debug this.
To verify:- open the admin panel
- open TypoScript
- check
- Tree display
- Track content rendering
- Force TS Rendering
- see no tree with PHP 5.4 (Fedora)
I also have the patch for TYPO3 4.x ready.
Actions