在部署我的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
,但它仍无效。
我有以下设置。
任何帮助将不胜感激。