sy-records / sync-qcloud-cos

💾 使用腾讯云对象存储服务COS作为附件存储空间的WordPress插件。https://wordpress.org/plugins/sync-qcloud-cos/
https://qq52o.me/2518.html
Apache License 2.0
148 stars 18 forks source link

centos 7 缩略图无法正常上传cos #27

Closed buildnewapp closed 1 year ago

buildnewapp commented 1 year ago

本地macos 上传没的问题,线上centos 原图可以正常上传,缩略图没有上次,调试发现: /**

$object_path = str_replace(get_home_path(), '', $file_path); get_home_path()返回是/, 导致object_path不正确,

修改如下: $object_path = $upload_path.'/'.$dirname.'/';

sy-records commented 1 year ago

你得检查下为什么get_home_path返回了 /