maybe a text in the "generator.yml" ?
On Sun, Feb 7, 2010 at 3:19 PM, ReynierPM <[email protected]> wrote: > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > -- Have a nice day! Alecs As programmers create bigger & better idiot proof programs, so the universe creates bigger & better idiots! I am on web: http://www.alecslupu.ro/ I am on twitter: http://twitter.com/alecslupu I am on linkedIn: http://www.linkedin.com/in/alecslupu Tel: (+4)0722 621 280 -- 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.
