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 cause the error mentions a vehiculo_placa_seq relation that doesn't exist and the "_seq" suffix sounds like a sequence =D so maybe if i change the autoincrement value i can fix it, and BAM! i got it XD this error is related to postgreSQL and Doctrine ORM, so maybe there's somebody in the world with the same problem, well buddy, hope you can find this little help... 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 i change, but anyway, problem solved =) -- Have a nice day. Abraham Montilla. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
