[TYPO3-mvc] Nesting level too deep on updating FrontendUser object
Franz Koch
typo3.RemoveForMessage at elements-net.de
Thu Jan 7 18:29:39 CET 2010
Hi,
> 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.
it's probably nonsense, but do you have any child objects assigned that
probably are tried to be injected and cause the recursion (due to wrong
relation handling in the DB maybe, as extbase does not yet fully support
all MM-stuff)? If so, try adding @lazy annotation or remove the class
definition and see if this helps.
--
kind regards,
Franz Koch
More information about the TYPO3-project-typo3v4mvc
mailing list