现在给出:
PHP Fatal error: Call to undefined function imagecreatefromjpeg()
但是启用了gd库。
答案 0 :(得分:7)
安装php5-gd:
基于deb的系统:
sudo apt-get install php5-gd
如果您使用的是php-fpm,请重新启动它:
sudo /etc/init.d/php5-fpm restart
答案 1 :(得分:3)
阅读http://www.php.net/manual/en/function.imagecreatefromjpeg.php#70832
可能是您的JPEG库未启用。