[TYPO3-mvc] Hitting PHP memory_limit or timing out with single findAll() request
Christine Gerpheide
cgerpheide at gmail.com
Sun Apr 25 10:11:27 CEST 2010
2010/4/25 Stefan Wild <sw at sw4.de>
> Hey,
>
>
> I am suspecting some kind of infinite loop with the relations that is
> causing the problems, but don't know where to look. To me, the models
> all look fine. I'd appreciate if you could point me to some common
> mistakes to look for.
>
> Thanks. Best regards,
> Stefan
> _
Hi Stefan,
Sometimes this happens if you forget to add the @lazy annotation where it's
needed, for instance on a property inside a Child that references the
parent.
Christine
More information about the TYPO3-project-typo3v4mvc
mailing list