Hi every:
I've generated a admin module using doctrine:generate-admin task. When I
try to access this module I get this error:
500 | Internal Server Error | Doctrine_Connection_Pgsql_Exception
SQLSTATE[42703]: Undefined column: 7 ERROR: column t.reup does not exist
LINE 1: SELECT t.id_entidad AS t__id_entidad, t.reup AS t__reup, t.n...
^. Failing Query: "SELECT t.id_entidad AS t__id_entidad, t.reup AS
t__reup, t.nombre AS t__nombre, t.direccion AS t__direccion, t.email AS
t__email, t.telefono AS t__telefono, t.id_municipio AS t__id_municipio,
t.id_organismo AS t__id_organismo FROM t_entidad t"
I check the model, database, schema and not reference to field t.reup
(the problem) appears. What's wrong with this?
I'm using the latest version of Symfony, 1.4.1, and Doctrine bundled
with this release.
--
Cheers and thanks in advance
ReynierPM
--
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.