Bug #49849
closedFrontend timetracking - Do not try to pop an entry of a stack if it is empty
0%
Description
My log is flodded with
Core: Error handler (FE): PHP Warning: array_pop() expects parameter 1 to be array, null given in /path/to/t3lib/class.t3lib_timetrack.php line 177
The frontend timetracking tries to pop an entry of a stack even when the stack is empty.
Simple solution is to check the level of the stack first before doing operations on it.
Files
Updated by Philipp Gampe over 11 years ago
- Category set to Frontend
- Status changed from New to Accepted
- TYPO3 Version changed from 4.5 to 6.0
- PHP Version set to 5.3
- Complexity set to no-brainer
Can you please push the patch to gerrit: http://wiki.typo3.org/CWT
Updated by Mateusz Wojtuła almost 11 years ago
I tried to reproduce this bug in TYPO3 6.2 but I couldn't. Please add more information about it.
Updated by Alexander Opitz almost 11 years ago
- Status changed from Accepted to Needs Feedback
- Is Regression set to No
Hi Marcus,
can you reproduce this issue with latest version of TYPO3 (6.1.7 or 6.2.beta-5)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.