我已经敲了几个小时的头,希望有人遇到过这个问题并能够帮助我。
CKFinder 不显示拇指图像:(
当我在文件夹中获得图像列表时,拇指图像不显示,但如果我预览图像,它可以工作
这是一个示例,这是一个返回图像的预览 URL
这是同一张图片的拇指 URL
唯一的区别在于命令位 ImagePreview 与 Thumbnail
如果我调用上面的 URL,我会得到
// http://localhost:12345/ckfinder/connector?command=Thumbnail&lang=en&type=Documents¤tFolder=%2Flogos%2F&hash=fdfe49e3ec5268debd763cc253c28db3f7642de7&folderId=Sponsors&fileName=e0523dee83c04e3d82701b496455b086%20(1).png&size=760x569&date=20200605083700
{
"error": {
"number": 117,
"message": "File not found. Please refresh the files list and try again."
},
"currentFolder": {
"path": "/logos/",
"acl": 1023,
"url": "http://cdn.xyzxxxx.xxxxx/uploads/Sponsors/logos/"
},
"resourceType": "Documents"
}
有谁知道如何解决这个问题?