安装YII时, 打开网页显示mb_strlen()错误,

WBOY
Release: 2016-06-06 20:15:58
Original
1293 people have browsed it

显示:Call to undefined function yii\helpers\mb_strlen()

  1. php.ini中mb_string已经开启了, 用PHP -M 显示也是开启了

  2. 应该不是扩展库路径问题, 因为mysqli 使用是没有问题的。

现在不解那里除了问题!

PS: 相同url, 为什么FIREFOX能显示PHP网页, chrome直接下载该页面?

<code>页面就一个ECHO而已。</code>
Copy after login
Copy after login

回复内容:

显示:Call to undefined function yii\helpers\mb_strlen()

  1. php.ini中mb_string已经开启了, 用PHP -M 显示也是开启了

  2. 应该不是扩展库路径问题, 因为mysqli 使用是没有问题的。

现在不解那里除了问题!

PS: 相同url, 为什么FIREFOX能显示PHP网页, chrome直接下载该页面?

<code>页面就一个ECHO而已。</code>
Copy after login
Copy after login

看一下php.ini里是不是禁用了这个函数

<code>Call to undefined function yii\helpers\mb_strlen()
从这句可以看出你没有使用扩展提供的函数,而是默认试用了yii框架提供的,没认真用过yii,建议排查下。

关于页面下载的问题,这一般都是服务器配置问题。
如果你的Webserver是Nginx,那就要配置fastcgi项,具体请Google,不做赘述。</code>
Copy after login
Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template