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 worked perfectly !



On Tue, Sep 1, 2009 at 11:12 AM, christopher o'connor <
[email protected]> wrote:

>
> Hi,
> I have had the same error when we upgraded to doctrine 1.1.3 using
> symfony 1.2.7
>
> When I added the following code it seemed to solve the problem.
> $this->getUser()->setCulture('en');
> The only thing I could track it down to was the Culture in User (in my
> case en_GB), but if I set it to 'en'
> The issue went away.
> I am not convinced this is the correct solution as Culture to me
> defines your language and country (and how things should be displayed)
> and so should be xx_XX where xx is the language and XX is the country.
>
> If there is a better solution I would like to know
> Thanks
> Chris
>
> On Aug 25, 2:34 pm, devsmt <[email protected]> wrote:
> > > * 1 validator failed onlang(length)
> >
> > same error here, have you found a solution?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to