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

后端 未结 7 951
梦如初夏
梦如初夏 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:28

    With this two lines it is okeyokay:

    sudo apt install php-gd
    
    sudo service apache2 restart
    

提交回复
热议问题