Bug #77688
closeddebug helper falsely stops dumping with 'see above'
0%
Updated by Henri Nathanson about 8 years ago
I may add that with a N-M relation it renders N, then renders the dependent M, then again renders backward the dependent N. So with the 2nd N to render it may have already rendered all N before. The "see above" would be ok then.
But still I don't understand why there is a difference between rendering the below view vars:
$this->view->assign('objects', array('akey' => $objects)); // does not work $this->view->assign('objects', array('a2ndkey' => array('akey' => $objects))); // does work
Updated by Claus Due about 8 years ago
Please confirm whether this also happens if you use DebuggerUtility::var_dump from your controller action. The DebugViewHelper is just a shell around this utility.
If it also happens there: please move this question to the "Extbase" category.
If it does not happen there: please include further details about the statement you use to debug your variables, how you pass your variables etc.
For bonus points please try this on the current git master of TYPO3.CMS (which passes variables slightly differently from the 7.6 LTS fluid).
Updated by Claus Due about 8 years ago
- Status changed from New to Needs Feedback
Updated by Claus Due about 8 years ago
- Category changed from Fluid to Extbase
Moved to Extbase; Fluid calls the DebuggerUtility directly so the error (if one exists) will be hidden inside that. Still needs confirmation on current master though.
Updated by Alexander Opitz almost 8 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this issue.
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.