Re: [symfony-users] Fatal Error Using "date" widget

2011-05-12 Thread Luis Cordova
sudo apt-get install intl On Thu, May 12, 2011 at 11:11 AM, Matt Robinson wrote: > Sounds like you're missing the PHP intl extension…? > > On 12 May 2011, at 17:07, Roger Webb wrote: > >> The Error: >> >> Fatal error: Call to undefined function Symfony\Component\Form >> \Extension\Core\DataTransf

Re: [symfony-users] Fatal Error Using "date" widget

2011-05-12 Thread Matt Robinson
Sounds like you're missing the PHP intl extension…? On 12 May 2011, at 17:07, Roger Webb wrote: > The Error: > > Fatal error: Call to undefined function Symfony\Component\Form > \Extension\Core\DataTransformer\intl_get_error_code() in /var/www2/ > vendor/symfony/src/Symfony/Component/Form/Extens

[symfony-users] Fatal Error Using "date" widget

2011-05-12 Thread Roger Webb
The Error: Fatal error: Call to undefined function Symfony\Component\Form \Extension\Core\DataTransformer\intl_get_error_code() in /var/www2/ vendor/symfony/src/Symfony/Component/Form/Extension/Core/ DataTransformer/DateTimeToLocalizedStringTransformer.php on line 84 The Code: >From the Form Cla