其实这个就是没有开启php_mbstring模块.Windows下只需要修改安装目录下的php.ini文件把extension=php_mbstring.dll前面的“#”号注释符去掉保存后重启Apache服务器.Linux下也是一样,Linux的注释符号为“;”号. 刚才有朋友说windows下和linux下注释符号一样,大家看着改就是了.…
php配置的时候出现:Fatal error:  Call to undefined function mb_strlen() 表示php不能加载mbstring模块,在php 的配置文件php.ini里面的 extension=php_mbstring.dll前面的;去掉就可以了. 如果你没发现php.ini只发现php.ini-development这个文件,你把它复制一份名字改为php.ini就好了,不要以为他们是一样的.…
xxx ( ! ) Fatal error: Call to undefined function myabp_print_screenshot_all() in D:\wamp\www\wp-content\themes\arcadexls\games-play.php on line 135Call Stack#    Time    Memory    Function    Location1    0.0000    242504    {main}( )    ..\index.ph…
参考官方解决方法:http://nz.php.net/manual/en/curl.installation.php 1.php安装目录下的ext文件夹下面是否有php_curl.dll文件,然后右键->属性->详细信息,查看版本号是否和PHP版本一致:2.php.ini文件;extension=php_curl.dll前面的";"去掉如果以上方法还不行的话,请继续往下:3.(如果是windows32位系统)复制 php_curl.dll, ssleay32.dll, li…
练习php连接mysql数据库 代码:mysql_connect("127.0.0.1:3306","root", ..... 浏览器报错:Fatal error: Call to undefined function mysql_connect() in ...... 解决办法: 1.php.ini文件extension_dir = "php安装目录\ext"    //我只改了这一行就好了然后,注释掉下面两行(分号表示注释)extension…
1.问题 今天重新安装了ubuntu,PHP,MySQL,Apache,到测试CMS项目时发生一个错误: Fatal error: Uncaught Error: Call to undefined function mb_strlen() 2.解决: 2.1 修改php.ini配置文件: ;extension=php_mbstring.dll 找到上面的行,并去掉行开头的分号,来启用php_mbstring.dll extension=php_mbstring.dll 2.3重启apache服…
我使用的是5.6.11版本的php 刚开始以为编译参数加了--with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd,就可以不能安装mysql了. 但是使用了mysq_connect()函数后发现php无法解析,在apache的日志当中出现下面这个提示,刚开始想不通. PHP Fatal error: Call to undefined function mysql_connect() 因为原先的mysql.api已经在php5.5开始被移除,而之后的php 自…
打开页面时提示这个错误: Fatal error: Call to undefined function: file_put_contents() 意思是请求未定义的函数,出现这个提示通常有两种情况: 1.当前php版本不支持此函数 2.请求的函数是用户自定义编写,但是找不到这个函数所在的文件 file_put_contents函数的php支持版本是从5.0开始,见:http://cn2.php.net/manual/zh/function.file-put-contents.php 查看了一下…
在搭建PHP5.6+APACHE2.4+MYSQL5的平台时,测试是否成功连接mysql, 测试程序index.php <?php phpinfo() ?> 没有出现mysql的信息 所以使用另外一个程序来连接mysql <?php$link=mysqli_connect("127.0.0.1","root","");if($link!=false){ echo "succeed in connecting to my…
在php中imagecreate函数是一个图形处理函数,主要用于新建一个基于调色板的图像了,然后在这个基础上我们可以创建一些图形数字字符之类的,但这个函数需要GD库支持,如果没有开启GD库使用时会 // undefined 在php中imagecreate函数是一个图形处理函数,主要用于新建一个基于调色板的图像了,然后在这个基础上我们可以创建一些图形数字字符之类的,但这个函数需要GD库支持,如果没有开启GD库使用时会提示Call to undefined function imagecreate…
我在进行PHP环境搭建:Windows 7下安装配置PHP+Mysql+apache环境时,之前都没有什么问题,只是在验证PHP是否能连接Mysql时出现如下错误:Fatal error: Call to undefined function mysql_connect() ,请问如何才能完全解决这个问题 1.检查php.ini中的extension=php_mysql.dl有没有去掉注释(;为注释符)2.检查php.ini中的extension_dir有没有设对路径(一般设为 php安装目录\…
最近搭建测试服务器,访问网站查看报错日志出现如下错误: Fatal error: Call to undefined function json_decode() 出现该问题原因是安装PHP时没有安装json扩展所致. 1.首先进入php安装包的ext中的json目录,如下图所示: 2.执行phpize,如下图所示: 3.编译配置,如下图所示: 4.安装扩展,如下图所示: 5.安装成功后看到json.so扩展,如下图所示: 6.最后在php.ini配置文件加上extension=json.so,…
Fatal error: Call to undefined function imagettftext()解决办法   我的问题是php编译安装时指定了gd的目录,其实不用指定.就可以了 博客分类: php freestylephpcmsconfigure  问题描述:phpcms 安装后,不能看到验证码图片. 解决:确保php-gd和freestyle.而且确保是先安装了freestyle,然后是php-gd:如果是先安装了php-gd,那么在安装完freestyle后,需要make cle…
PHP Fatal error:  Call to undefined function think\finfo_open() php.ini      extension=php_fileinfo.dll  前的分号去掉.…
问题: Fatal error: Call to undefined function Think\imagettftext() in /var/www/webreg/ThinkPHP/Library/Think/Verify.class.php on line 143 查看phpinfo()后得知,gd中没有freetype的支持 解决: 首先安装freestyle,php-gd 确保先安装freestyle,然后是php-gd:假设是先安装了php-gd,那么在安装完freestyle后.须…
对mysql数据库初始化过程中,会有如下报错信息: 1 2 3 4 5 6 7 [root@localhost scripts]# ./mysql_install_db --user=mysql FATAL ERROR: Could not find ./bin/my_print_defaults If you compiled from source, you need to run 'make install' to copy the software into the correct lo…
是./configure出了问题,于是回头查看,果然发现问题: 最后几行出了错.完整错误信息如下: checking for tgetent in -lncurses... no checking for tgetent in -lcurses... no checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for termcap functions library... c…
当APP_DEBUG为true时,包含图中这个文件,文件中又引导包含这些库文件,可以看出安装thinkphp3.2.3时ThinkPHP/Common/下是functions.php,把它改成function.php就可以了.…
我的PHP版本是5.6.30,linux 是CentOS 6.6,nginx,也不知啥问题,看了官方: https://secure.php.net/manual/en/function.fnmatch.php 上面有段警告: Warning For now, this function is not available on non-POSIX compliant systems except Windows.  大致意思fnmatch不能在除windows以外非POSIX系统上使用, 下面也…
最近分别在win7和Win8.win10 上分别安装php 高版本!都遇到了这个问题! 一.win7系统, apache2.2/apache2.4, php5.2升级到5.4. 这个比较容易: 1. phpinfo发现没有加载curl; 2. 在php.ini中设置extension_dir 指向e:\php5.4\ext; 部分php扩展加载了, 但curl仍不行. 3. 设置windows系统环境变量, phpext, 指向e:\php5.4\ext, PHPRC 指向e:\php5.4 设…
You shouldn't use mysql_* functions to start with. They are deprecated as of PHP 5.5. Use mysqli or PDO instead.…
参照:http://stackoverflow.com/questions/7290958/php-fatal-error-call-to-undefined-function-imagettftext Just recompile extension gd.so, under folder php/ext/gd ./configure --with-php-config=/usr/local/php5/bin/php-config --with-freetype-dir=/usr/ --ena…
Lamp架构 PHP 5.3.29 #查看php是否有mbstring模块 php -m | grep mbstring yum install php-mbstring -y find / -name mbstring.so vim php.ini extension = "/usr/lib64/php/modules/mbstring.so" apachectl -k restart…
http://stackoverflow.com/questions/22478387/call-to-undefined-function-oci-connect Whenever you connecting Oracle Database , try to use 32 Bit oracle client libraries, Since XAMP PHP is compiled with 32 Bit(Though you have 64 Bit windows Machine) Dow…
问题描述: 在Windows SERVER 2012RC 64 bit OS, php 5.6.3的环境下,搭建好了php运行环境.但是在调用 curl_init() 方法时却报错了. 检查了一下,php.ini中的 extension=php_curl.dll 前面的分号也已经去掉了,apache也重启了n多遍,还是不行. 搜了一把方法,解决起来也很简单,参考:http://php.net/manual/zh/curl.installation.php: 将php目录下的3个文件: libea…
解决办法如下: 左键wampserver软件,找到PHP,然后找到扩展,点击php_curl开启这个扩展. 然后找到PHP的配置文件php.ini,路径为D:\wamp\bin\php\php5.3.13\php.ini,把php_curl注释去掉,开启扩展. 然后找到Apache的php.ini,路径为:D:\wamp\bin\apache\apache2.2.22\bin\php.ini,同样把php_curl注释去掉,开启扩展. 之后的代码如下: extension=php_curl.dl…
是因为没有安装gd apt-get install libgd2-xpm-dev* apt-get install php5-gd…
1.找到php扩展目录(我的php扩展目录的路径是:C:\Program Files\AppServ\php\extensions)     在extensions目录下面找到php_mbstring.dll文件, 2.   重新启动你的Apache服务器…
这样的问题,多半是PHP配置问题. 修改php配置文件 1.在php(版本:php-7.2.7-Win32-VC15-x64)文件夹中一开始不会看到php.ini,而是php.ini-development和php.ini-production,我没有仔细对比过两者差别,直接使用第一个配置创建php.ini,然后以此作为PHP配置文件. 2.打开php.ini配置文件后Ctrl+F搜索 extension_dir ,去掉前面的分号或在下面添加一行,并修改等号后面的内容为 "PHP所在目录/ext…
很早之前就出现过这个问题,网上百度了下,答案千篇一律,都是说: 1.在php.ini中开启curl扩展 2.将php目录下的libeay32.dll.ssleay32.dll.php5ts.dll拷贝到c:\windows\system32里面 (还有一种方法是说在httpd.conf中加上动态链接库,如:LoadFile d:/php/libeay32.dll 和 LoadFile d:/php/ssleay32.dll,但我试过了,同样不起作用) 3.重启apache,OK! 不知道这些人是…