Hi every: I'm trying to insert some data into a PostgreSQL DB and I get this error:
500 | Internal Server Error | PropelException Unable to get sequence id. [wrapped: SQLSTATE[42P01]: Undefined table: 7 ERROR: no existe la relación «tb_edificio_id_eficio_seq» LINE 1: SELECT nextval('tb_edificio_id_eficio_seq')^] I do some research in Google and found this thread in Symfony Forums: http://forum.symfony-project.org/index.php/m/72358/ but this didn't solve my problem. The curious here is that I'm check the "setPrimaryKeyMethodInfo" into the Map class and it's correct so I don't know where is the problem: $tMap->setPrimaryKeyMethodInfo('tb_reservacion_id_reservacion_seq'); Can any help me? Cheers and thanks in advance Ing. Reynier Pérez Mira Dirección Técnica IP --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---