Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku上的Imagemagick_Heroku_Imagemagick_Imagick - Fatal编程技术网

Heroku上的Imagemagick

Heroku上的Imagemagick,heroku,imagemagick,imagick,Heroku,Imagemagick,Imagick,由于heroku上没有GD的某些功能,所以我在heroku上尝试了针对php web应用的imagemagick 我已将Builpack更改为here,但它返回php致命错误 PHP Fatal error: Call to undefined function Imagick() 有什么解决方案吗?Imagick不是一个PHP包。相反,它依赖于ImageMagick的安装。您需要先安装它 编辑: 如果您已经安装了ImageMagick,但它不工作,那么它看起来有更多的细节。见第一个答案

由于heroku上没有GD的某些功能,所以我在heroku上尝试了针对php web应用的imagemagick

我已将Builpack更改为here,但它返回php致命错误

 PHP Fatal error:  Call to undefined function Imagick()

有什么解决方案吗?

Imagick不是一个PHP包。相反,它依赖于ImageMagick的安装。您需要先安装它

编辑:

如果您已经安装了ImageMagick,但它不工作,那么它看起来有更多的细节。见第一个答案