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