Fatal error: Call to undefined function: imagecreate()

后端 未结 8 792
难免孤独
难免孤独 2021-02-06 20:59

I\'m trying to put some graphics on a web page and at my prototype at the computer it\'s all working fine at the localhost. But now I uploaded the files to a server and I\'m hav

8条回答
  •  情书的邮戳
    2021-02-06 21:48

    This means your installation of php doesn't have the gd library installed/enabled.

    http://www.php.net/manual/en/image.installation.php

提交回复
热议问题