在此处输入图像描述 [在此处输入图像描述][2] 错误:- Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function imagecreatefromjpeg()
函数触发器:$image = imagecreatefromjpeg($source);
// $source - 图像的一些路径
调用自:helper(laravel-framework of php)
描述:从控制器调用时,函数调用工作正常,但从 Job 调用时不工作
第一次尝试:在php.ini文件中启用gd库
有人遇到过这个问题吗?