Yii2:记一次尴尬的bug

  • 创建一个文章模块,写完添加动作之后,分配到视图,发现报错:
    Exception (Not Supported) 'yii\base\NotSupportedException' with message 'Message format 'number' is only supported for integer values. You have to install PHP intl extension to use this feature.'
    
    in D:\WAMP\Apache24\htdocs\yii\vendor\yiisoft\yii2\i18n\MessageFormatter.php:347
  • 去百度,去google都没有找到怎么解决,都说需要安装扩展
     

     

  •  

  • 觉得不靠谱,又重头一点一点过了遍代码,终于找到,想砍死自己有没有:
  • 所以,这个框架报错会影响判断,也是对自己一次警告,越是不注意的地方,越是会搞死你
posted @ 2018-05-13 20:03  vlson  阅读(236)  评论(0编辑  收藏  举报