“call to undefined function imagecreatetruecolor” error in PHP & pChart

后端 未结 6 1782
南旧
南旧 2020-12-30 19:41

I am trying to integrate \"pChart\" with my PHP code. When I am trying to run the samples it gives me an error stating call to undefined function imagecreatetruecolor<

6条回答
  •  情话喂你
    2020-12-30 20:05

    I met this problem just now. You should exec sudo apt install php7.0-gd or vim your php.ini reopen extension=php_gd2.dll

提交回复
热议问题