[TYPO3-mvc] Move to linux: Nesting level too deep - recursive dependency?
Jochen Rau
jochen.rau at typoplanet.de
Wed Mar 17 14:43:33 CET 2010
Hi Dmitri.
On 16.03.10 12:04, Dmitri Pisarev wrote:
> Hello dear community! I'm still trying to make my project work under
> linux. This time I get the following error:
> PHP Fatal error: Nesting level too deep - recursive dependency? in
> /mnt/vol2/typo3_src-4.3.1/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php
> on line 126
>
> In my model, class Job has a property Freelancer, and class Freelancer
> has a lazy property jobs. This is how they are defined:
Which rev. of extbase/fluid do you use?
Try to remove the lazy annotation (just for testing).
Do you use a debugger? For xdebug you have to set the nesting level higher
xdebug.max_nesting_level = 200
Regards
Jochen
More information about the TYPO3-project-typo3v4mvc
mailing list