the user_id, is not the primary key. It only a integer,
Thanks Carl

Sorry for my poor english

2011/4/15 Carl <carl.par...@gmail.com>

> What do you have set as the default value for user_id in your database
> schema (i.e., in your actual database)? It sounds like your user_id column
> might not be set to AUTO_INCREMENT or it has a NOT NULL constraint. So when
> you try to add a new user, it expects a value for user_id other than NULL.
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Álvaro, Senior Web Developer

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to