Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg() 的分析解决 由 永夜 · 2020/08/27 1、报错:Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg()。如图1图12、查看 phpinfo,发现 gd 库不支持 jpeg 格式。如图2图23、通过升级容器的基础镜像,查看 phpinfo,新增加 JPEG Support 的值为 enabled。gd 库已支持 jpeg 格式。未再报错,符合预期。如图3图3 Share
0 在 Shell 脚本中,避免 $APPID$ 报错:/config/init/config0.sh: line 184 APPID unbound variable 的排查分析(避免变量被替换) 2021/03/31
近期评论