无法加载资源包/en_US_POSIX.res“

时间:2014-03-11 17:20:16

标签: symfony icu intl

在部署我的Symfony 2.4 Web应用程序后,我有一个页面,它调用一个字段类型为country的FormType。

$builder->add('pays', 'country');

然而,它崩溃了,我收到了这个错误:

  

Could not load the resource bundle "/var/www/vhosts/my_website.com/httpdocs/vendor/symfony/icu/Symfony/Component/Icu/Resources/data/region/en_US_POSIX.res

我尝试添加文件en_US_POSIX.res,但它仍无效。

我有以下设置。

  • PHP Version 5.3.3
  • 国际版本1.1.0
  • ICU版本3.6

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

您的版本应为intl> 4.0。

看到这个答案,它可以帮助你intl and icu configuration