[TYPO3-mvc] blank page while debugging extbase/fluid objects
Frank Gerards
F.Gerards at esolut.de
Fri May 4 10:01:54 CEST 2012
Hi,
with TYPO3 4.6 I get a blank page every time I try to debug the result
of a $this-><repository>->findAll(); call,
be it in the controller or in the fluid view. I'm aware that I cannot
debug directly the extbase model-objects returned by the findAll in the
controller without a ->toArray() assignment, but in the fluid view a
<f:debug> {myResultObj}</f:debug> has to work, hasn't it ?
I also tried to to a <for each...> loop and <f:debug> each loop-item but
there is also a blank page in the frontend with nothing in it.
Anybody has encountered similar behavior ?
Thx 4 info,
Frank
More information about the TYPO3-project-typo3v4mvc
mailing list