- 创建一个文章模块,写完添加动作之后,分配到视图,发现报错:
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都没有找到怎么解决,都说需要安装扩展
- 觉得不靠谱,又重头一点一点过了遍代码,终于找到,想砍死自己有没有:
- 所以,这个框架报错会影响判断,也是对自己一次警告,越是不注意的地方,越是会搞死你
原文地址:https://www.cnblogs.com/wxdblog/p/9033122.html
时间: 2024-11-10 15:13:52