[symfony-users] Re: problem with undefined table and embedded form

2009-10-06 Thread Dennis
BTW, which is the parent object, and which is the child object: vehiculo vs. sinestro? On Sep 9, 3:26 pm, Eno wrote: > On Wed, 9 Sep 2009, Abraham Montilla wrote: > > and as i said, i don't know why did it work before cause the autoincrement > > line is set from the beginning of the project, th

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Eno
On Wed, 9 Sep 2009, Abraham Montilla wrote: > and as i said, i don't know why did it work before cause the autoincrement > line is set from the beginning of the project, therefore, the firstime i > embedded the form and added a new row that line was in schema.yml :S i > really don't know what did

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Abraham Montilla
I found the solution, however i don't understand why it worked before without any problems... Turns out that i had the "placa" attribute of Vehiculo (its PK) with the autoincrement set to true, removing that line from the schema.yml i finally could save a new row in the table, i tried with that ca

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Abraham Montilla
the error log shows the same: [Wed Sep 09 12:39:08 2009] [error] [client 127.0.0.1] SQLSTATE[42P01]: Undefined table: 7 ERROR: relation \xc2\xabvehiculo_placa_seq\xc2\xbb doesn't exist\nLINE 1: SELECT CURRVAL('vehiculo_placa_seq')\n ^, referer: http://insulcars.localhost/ins

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Eno
On Wed, 9 Sep 2009, Abraham wrote: > now the error: > > 500 | Internal Server Error | Doctrine_Connection_Pgsql_Exception > SQLSTATE[42P01]: Undefined table: 7 ERROR: no existe la relación > «vehiculo_placa_seq» > LINE 1: SELECT CURRVAL('vehiculo_placa_seq') Your Apache error log might show the