Project

General

Profile

Actions

Bug #77688

closed

debug helper falsely stops dumping with 'see above'

Added by Henri Nathanson about 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2016-08-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Actions #1

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

Actions #2

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).

Actions #3

Updated by Claus Due about 8 years ago

  • Status changed from New to Needs Feedback
Actions #4

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.

Actions #5

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.

Actions

Also available in: Atom PDF