[TYPO3-mvc] Error debugging an object having a ObjectStorage<FileReference> property
Jan Kornblum
jan.kornblum at gmx.de
Thu Oct 17 22:36:15 CEST 2013
Dear newsgroup,
I cannot <f:debug> or DebuggerUtility::var_dump() an object having an
FAL (FileReference) objectstorage property, as it causes an error:
<f:debug>{recipe}</f:debug>
...leads to "Oops, an error occured". Instead, this works without an
error:
<f:debug>{recipe.images}</f:debug>
...where "images" is
\TYPO3\CMS\Extbase\Persistence\ObjectStorage<\TYPO3\CMS\Extbase\Domain\Model\FileReference>
and @lazy. Even the entire FAL integration seems to work fine as
everything is shown correctly in the frontend.
Any ideas or can anybody reproduce this?
Kind regards, Jan
More information about the TYPO3-project-typo3v4mvc
mailing list