当我尝试使用它来测试上传时,我得到了以下错误:-
NotSupportedException in Driver.php line 16: GD Library extension not availablewith this PHP installation.因此,正如我所做的那样,我使用sudo apt-get install libgd3安装了GD库,使用sudo apt-get php5.6-gd安装了php驱动程序。编辑1.我使用以下命令查看php</
我正在尝试将"pChart“集成到我的PHP代码中。当我试图运行示例时,它给我一个错误,声明为call to undefined function imagecreatetruecolor。建议的解决方案是加载这个dll "php_gd2.dll“,这样我就可以在php.ini文件中取消对extension=php_gd2.dll的注释。
即使在那之后,我也得到了同样的错误。