Yii 2 giving an exception when clicking on the default contact tab

后端 未结 7 967
梦如初夏
梦如初夏 2021-02-06 02:20

I am getting this error when I run on my mac with localhost.

Either GD PHP extension with FreeType support or ImageMagick PHP extension with PNG support

7条回答
  •  旧巷少年郎
    2021-02-06 02:31

    As suggested in the comments.

    The contact form contains a .png picture in the form of a captcha image. The captcha image is used there to prevent spam being send via the contact form.

    • You can edit the view page and remove the captcha
    • You can install php-gd or php-imagick extension

提交回复
热议问题