zoukankan      html  css  js  c++  java
  • wamp 中安装cakephp Fatal error: You must enable the intl extension to use CakePHP. in XXX

            今天在wamp下安装cakephp3.x的时候,报出这么一条错误:Fatal error: You must enable the intl extension to use CakePHP. in D:wamp1wwwcakephpconfigootstrap.php on line 38。查了很多资料,发现还是没用!最后,看cakephp手册Cookbook 3.x才发现早已经有了解决方案:

    In WAMP, the intl extension is “activated” by default but not working. To make it work you have to go to php folder (by default) C:wampinphpphp{version}, copy all the files that looks like icu*.dll and paste them into the apache bin directory C:wampinapacheapache{version}in. Then restart all services and it should be OK.

    这句话解释一下,就是把D:wamp1inphpphp5.5.12(我的wamp安装在d盘)下带有icu*.dll的文件,如下所示:


    放到D:wamp1inapacheapache2.4.9in中,重启下apche所有服务即可!

  • 相关阅读:
    《驱动学习
    《海思3521D
    《uboot网卡驱动分析》
    《驱动学习
    《驱动学习
    《驱动学习
    对应第一篇文章api的编写
    Dot模板的使用小结2
    项目代码摘抄,dot的用法之1
    文字的默认基线是底部对齐的
  • 原文地址:https://www.cnblogs.com/cmderq/p/9130893.html
Copyright © 2011-2022 走看看