FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to undefined function imagecreatefromjpe...

原因:gd不支持jpeg,安装jpeg支持JPEG Support即可。
安装方法:
1、找到php 源码目录安装扩展。或单独自己安装,这里使用php源码原始目录。

cd ext/gd 
/usr/local/php/bin/phpize 
./configure -–with-php-config=/usr/local/php/bin/php-config –-with-jpeg-dir –-with-freetype-dir
make && make install

重启web。重新查看phpinfo支持以后即可。

FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to undefined function imagecreatefromjpe..._第1张图片

转载请注明:云速博客www.ysidc.top» FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to undefined function imagecreatefromjpeg()错误解决办法

https://www.ysidc.top 云速博客,数据库,云速,虚拟主机,域名注册,域名,云服务器,云主机,云建站,ysidc.top

你可能感兴趣的:(FastCGI sent in stderr: “PHP message: PHP Fatal error: Call to undefined function imagecreatefromjpe...)