php提示Fatal error Call to undefined function imagecreate()

原因:GD库没有正确安装或配置

解决方案:

php.ini

;extension=php_gd2 去掉注释

安装扩展

apt-get install php-gd