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所有的服务可以!

    版权声明:Hello,很高兴能在CSDN我们见面!我们希望交朋友!

  • 相关阅读:
    android 图表
    android assets 文件路径,与文件是否存在
    WebKit 与Chromium
    android footerView 的使用
    android gif
    webkit 介绍
    java 内存优化2
    jive论坛
    ajax josn
    jsp 数据饼图
  • 原文地址:https://www.cnblogs.com/mengfanrong/p/4844198.html
Copyright © 2011-2022 走看看