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

后端 未结 6 1752
南旧
南旧 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:23

    I have same error:

    PHP Fatal error:  Call to undefined function imagecreatetruecolor() in /var/www/webphp/php/captcha.php on line 251
    

    and my solution was this:

    $ locate php.ini
        /etc/php56/php.ini
    

    edit file php.ini and uncomment line content "extension=gd.so", save and try again

提交回复
热议问题