[TYPO3-mvc] Move to linux: Nesting level too deep - recursive dependency?
Dmitri Pisarev
dimaip at gmail.com
Wed Mar 17 16:01:15 CET 2010
Hi Jochen.
I have upgraded my server to php 5.3.2 and the problem seems to be gone.
Thanks!
On 17.03.2010 16:43, Jochen Rau wrote:
> 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