beryl022 发表于 2017-3-13 11:09:15

本地附件转远程附件 帖内成功,列表页封面还是本地的

将本地附件转为远程附件,执行了以下命令,
目前帖内图片是远程地址,但是列表封面(开启图片列表模式)还是本地附件地址
请问有人知道这是什么原因吗?

update pre_forum_attachment_0 set remote = '1';
update pre_forum_attachment_1 set remote = '1';
update pre_forum_attachment_2 set remote = '1';
update pre_forum_attachment_3 set remote = '1';
update pre_forum_attachment_4 set remote = '1';
update pre_forum_attachment_5 set remote = '1';
update pre_forum_attachment_6 set remote = '1';
update pre_forum_attachment_7 set remote = '1';
update pre_forum_attachment_8 set remote = '1';
update pre_forum_attachment_9 set remote = '1';

兜兜里藏的糖yl 发表于 2017-3-13 11:09:15

没人知道吗

江南烟雨88 发表于 2017-3-13 11:09:15

请问有大神知道吗 还是没解决

清湾捞仔 发表于 2017-3-13 11:09:15

更新下 diy缓存哦

沉默的爱无能为 发表于 2017-3-13 11:09:15

1、封面图片并没有写在pre_forum_attachment_n这些表内吧?你改的表跟封面图片无关。
2、封面图片极小,占不了多少空间,就放在本地服务器上没什么影响。
3、我估计默认代码中,封面图片就没有远程这一说,别折腾了。
页: [1]
查看完整版本: 本地附件转远程附件 帖内成功,列表页封面还是本地的