[TYPO3-mvc] Registration form with extbase

Frenck Lutke frenck at innologi.nl
Thu Mar 7 14:32:38 CET 2013


Hi Stefan,

On 7-3-2013 13:03, Stefan Kruse wrote:
>
> #1222871239: The uid "28" has been modified, that is simply too much.
>

The error message means the uid of an already persisted object was 
manually modified, which extbase does not want you to do, as demonstrated.

Unless you're calling _isDirty() on the modified object somewhere in 
your own code after the uid-change, this exception is thrown during an 
attempt to persist the modified object.

HTH,
Frenck



More information about the TYPO3-project-typo3v4mvc mailing list