Hi Christopher,
I've an issue with the i18n + admin generator + doctrine + forms I
can't solve.
This is my post:
http://forum.symfony-project.org/index.php/t/23139/
I've been looking everywhere but I can't find the solution.
Please, if you have any clue, let me know.
Thanks in advance,
Danie
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
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
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
> * 1 validator failed on lang (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 symfony-users@googlegro