尝试从全局名称空间加载类“ IntlTimeZone”

时间:2018-09-19 13:18:14

标签: internationalization timezone php-7 php-extension

当我第一次安装symfony应用程序时,它大声失败并显示以下错误:

HTTP 500 Internal Server Error
Attempted to load class "IntlTimeZone" from the global namespace.
Did you forget a "use" statement?

如何解决?

2 个答案:

答案 0 :(得分:5)

可以通过安装缺少的php模块进行修复。 就我而言,使用php 7.2的ubuntu 16:

sudo apt-get install php7.2-intl

答案 1 :(得分:0)

如果使用window和composer,则可以尝试

composer require twig/extensions

这对我有用。