[TYPO3-mvc] debug repository object with debug()
Oliver Wand
wand at itaw.de
Wed Apr 27 09:45:50 CEST 2011
Hi,
since I ran into the same issue I found this thread here. Any solution
for this yet?
Tried implementing a Fluid ViewHelper but that only leads to the same
issue...
Cheers,
Oliver
Am 01.04.11 06:47, schrieb Fabien Udriot:
> Hi,
>
> As of extbase 1.3, it is not possible anymore to debug a repository with
> debug() as the server will run out of memory due to some recursive
> reference within the object (at least, this is my hypothesis)
>
> $foos = $this->fooRepository->findAll();
>
> t3lib_utility_Debug::debug($this->fooRepository, '$conceptScheme');
>
> -> white page due to memory limit (which is 1024Mo BTW!)
>
> t3lib_utility_Debug::debug($foos, '$conceptScheme');
>
> -> white page due to memory limit
>
> Are there other strategies to explore these objects? debug Fluid Helper
> maybe?
>
> Cheers,
>
> Fabien
More information about the TYPO3-project-typo3v4mvc
mailing list