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

时间:2013-11-22 07:46:14

标签: php

在我的网站上使用快速安全的联系表格,我已经在其中启用了验证码,之后它会抛出以下错误

  

错误:si-contact-form.php插件说PHP中没有检测到imagepng函数!
  联系您的Web主机并询问他们为什么没有为PHP启用imagepng功能。

我认为错误是由于验证码,任何人都可以帮我解决它吗?

1 个答案:

答案 0 :(得分:1)

安装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