Fatal error: You must enable the intl extension to use CakePHP, but I can't access php.ini

Fatal error: You must enable the intl extension to use CakePHP, but I can't access php.ini

我安装了 cakephp 3.x 并用它编写了代码,它在我的本地主机上工作.. 但是在我将我的代码部署到网络托管之后,我得到了错误

Fatal error: You must enable the intl extension to use CakePHP. in /home/elgayaca/public_html/config/bootstrap.php on line 38

我无法在网络服务器上访问 php.ini..

我已经要求网络服务器运营商启用国际扩展,但它仍然无法正常工作..

我该怎么办?请帮助..

您的 php 中没有 intl 扩展名。

根据您的 OS,有不同的安装方法。 这里 manual