[symfony-users] Re: I18n + doctrine + admin generator = Doctrine_Validator_Exception

2009-09-21 Thread Jérome Vandenende
Christopher, thank you for your tips. The error was caused by the plugin sfAdminDash. I found this line in /plugins/sfAdminDashPlugin/modules/sfAdminDash/actions/actions.class.php : $this->getUser()->setCulture('pt_BR'); When I change it by : $this->getUser()->setCulture('en'); Everything worke

[symfony-users] Re: I18n + doctrine + admin generator = Doctrine_Validator_Exception

2009-08-25 Thread Jérome Vandenende
On Tue, Aug 25, 2009 at 3:34 PM, devsmt wrote: > > > * 1 validator failed on lang (length) > > same error here, have you found a solution? Unfortunately, not yet... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: style sheet issue

2009-08-17 Thread Jérome Vandenende
if the css is in the generated HTML, check if you can access the css file manually by doing : http://yourlocalwebsite/css/main.css If you get an 404 error, it may be an permission issue. On Mon, Aug 17, 2009 at 4:18 PM, Eno wrote: > > On Mon, 17 Aug 2009, sunny wrote: > > > i have file main.cs

[symfony-users] I18n + doctrine + admin generator = Doctrine_Validator_Exception

2009-08-17 Thread Jérome Vandenende
Hello, I've a strange problem here with my form. Here is my schema.yml : Site: actAs: I18n: fields: [name, description] Timestampable: ~ columns: stylesheet: { type: string(255) } favicon:{ type: string(255) } short_name: {

[symfony-users] Re: Doctrine schema.yml and generated database

2009-07-08 Thread Jérome Vandenende
a couple of weeks ago and the solution is to > check (and empty) the doctrines dirs inside the lib directory ! > > I hope it helps ! > > Regards > > David > > On Jul 8, 11:10 am, Jérome Vandenende > wrote: > > Hello, > > > > I have a silly quest

[symfony-users] Doctrine schema.yml and generated database

2009-07-08 Thread Jérome Vandenende
Hello, I have a silly question: Why doesn't doctrine read my schema.yml? Let me explain my problem. I have a schema.yml with some table definition. I run symfony doctrine:build-all-reload without any problems. Later, I update my schema.yml (removing some table, updating, or wathever changes in sc

[symfony-users] Re: Problem in firefox

2009-04-06 Thread Jérome Vandenende
It's just me or this doesn't concern Symfony at all? Pooja, if you search on Google, you'll find this: http://forums.digitalpoint.com/showthread.php?t=543418 On Mon, Apr 6, 2009 at 2:32 PM, Pooja wrote: > > Hi all > the code below works fine in IE but doesnot work in Firefox.Plz help > fix it >