错误:si-contact-form.php插件显示imagepng函数


ERROR: si-contact-form.php plugin says imagepng function

在我的网站im使用快速安全联系表单时,我在其中启用了captcha,之后它会抛出以下错误

错误:si-contact-form.php插件表示在php中未检测到imagepng函数
请联系您的网络主机,询问他们为什么没有为PHP启用imagepng功能。

我想这个错误是由于captcha造成的,有人能帮我解决吗?

安装php-gd包

sudo apt-get install php-gd

并重新启动apache

sudo service apache2 restart

如果您使用的是php5,这可能是正确的包

sudo apt-get install php5-gd

这可能有助于找到相关的包

sudo apt-cache search php | grep gd