我正在尝试通过phpthumb库调整本地图像的大小,并为特定图像提供以下异常:
Exception Object
(
[message:protected] => Could not determine format of remote image: http://localhost/brandmenowcrm/upload/products/UC102 Yellow.jpg
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/html/brandmenowcrm/application/third_party/phpthumb/ThumbBase.inc.php
[line:protected] => 193
)
答案 0 :(得分:1)
我建议您检查get_headers函数以验证文件的格式(例如:content_type)。
此外,如果您使用的是http://localhost/brandmenowcrm/upload/products/UC102 Yellow.jpg,请尝试使用绝对文件路径而不是URL。