[TYPO3-mvc] Nesting level too deep on updating FrontendUser object
Robert Böttner
lists at boettner.it
Thu Jan 7 18:09:33 CET 2010
Hi Oliver,
yes that´s the case here too. The method _isDirty() is called and it fails in a strict type comparison between the objects properties as defined in the model and the ones in the current request to be persisted. But I can´t see why, the dumped object looks ok with no *Recursion* notations. The comparison fails upon checking the subgroup property inside the related FrontendUserGroup object.
Robert.
Am 07.01.2010 um 16:57 schrieb Oliver Klee:
> Hi,
>
> Lists schrieb:
>> I´m getting a Fatal error: Nesting level too deep - recursive dependency? in /var/www/dev/typo3/sysext/extbase/Classes/DomainObject/AbstractEntity.php on line 128 in a method updating a FrontendUser object:
>
> I once had a problem like this (without extbase, though) when comparing
> objects via assertEquals instead of assertSame (in our unit tests) and
> when comparing objects via == instead of === in production code.
>
>
> Oliver
> --
> Certified TYPO3 Integrator | TYPO3 Security Team Member
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list