Re: [symfony-users] The error is not showed in the backend

2010-12-20 Thread oscar balladares
When dev doesnt match prod, you should always clear the chache. php symfony cc If you already did it, please let us know ;) 2010/12/6 Javier Garcia tirengar...@gmail.com Hi, I have these models: user: name: { type: varchar(255) } age: { type: integer } article: title:

[symfony-users] The error is not showed in the backend

2010-12-06 Thread Javier Garcia
Hi, I have these models: user: name: { type: varchar(255) } age: { type: integer } article: title:{ type: varchar(255) } content: { type: varchar(255) } user_id: { type: varchar(255) } I have this generator.yml list: display: