尝试将图像上传到服务器时出现这些错误
警告:getimagesize(../images/image-1Product 320120312100APPLE_IMG_0072.jpg)[function.getimagesize]:无法打开流:/home/content/44/8713044/html/admin/Home.php 中没有这样的文件或目录第 107 行
警告:imagecreatefromjpeg(../images/image-1Product 320120312100APPLE_IMG_0072.jpg)[function.imagecreatefromjpeg]:无法打开流:/home/content/44/8713044/html/admin/Home.php 中没有这样的文件或目录第 122 行
警告:imagecopyresampled():提供的参数不是第 128 行 /home/content/44/8713044/html/admin/Home.php 中的有效图像资源
我知道为什么我会因为第一个和第二个错误而收到第三个错误,我不知道为什么我会收到 1 和 2 的警告,该文件夹确实存在。
107 号线 -
$size = getimagesize($source);
第 122 行 -
$image = imagecreatefromjpeg($source);
128号线——
imagecopyresampled($new_image,$image,0,0,$x,$y,$thumb_width,$thumb_width,$width,$height);
如果有人有任何提示,将不胜感激。
我将其更改为完整路径,但出现此错误URL file-access is disabled in the server configuration