幻影坦克2016 发表于 2017-2-5 10:57:00

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

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

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';

lotto散人 发表于 2017-2-5 10:57:00

没人知道吗

娃娃美美哒 发表于 2017-2-5 10:57:00

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

freekaobo 发表于 2017-2-5 10:57:00

更新下 diy缓存哦

静候世界末日那 发表于 2017-2-5 10:57:00

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