This error has been eating my lunch all day. Any help on this one would be great. Thanks.
On Jul 31, 9:18 am, AeroCosmic <[email protected]> wrote: > I'm getting the following error when trying to create a new entity > with the auto-generated form for "sites" > > Validation failed in class Sites > > 1 field had validation error: > > * 1 validator failed on userid (notnull) > > stack trace > > * at () > in SF_ROOT_DIR\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin > \lib\vendor\doctrine\Doctrine\Transaction.php line 265 ... > 262. if ($this->_internalNestingLevel > == 1) { > 263. $tmp = $this->invalid; > 264. $this->invalid = array(); > 265. throw new > Doctrine_Validator_Exception($tmp); > 266. } > 267. } > 268. if ($this->_nestingLevel == 1) { > > I'm using symfony 1.2 > > Where does it come from ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
