浙北英语网

标题: 论坛远程附件机制更新(SQL语句更新) [打印本页]

作者: admin    时间: 2012-5-1 22:20
标题: 论坛远程附件机制更新(SQL语句更新)
最近发现有远程附件上传不稳定的情况,导致论坛图片不能及时显示。
经检查,发现.HTACCESS关于附件地址重定向的语句有问题。
现在已经屏蔽该语句。

目前问题已经解决,即:
如果能顺利上传,则上传;
如果不能顺利上传,则先上传到本地,以后人工转到远程服务。

目前的方法能保证论坛顺利进行访问,但也造成一些后果。
原来网站引用的附件图片,将有部分无法显示。

这一问题也有了解决思路,将尽快解决。

DISCUZ X2 本地附件转为远程附件的SQL命令更新如下:

  1. update minyao_forum_attachment_0 set remote = '1';

  2. update minyao_forum_attachment_1 set remote = '1';

  3. update minyao_forum_attachment_2 set remote = '1';

  4. update minyao_forum_attachment_3 set remote = '1';

  5. update minyao_forum_attachment_4 set remote = '1';

  6. update minyao_forum_attachment_5 set remote = '1';

  7. update minyao_forum_attachment_6 set remote = '1';

  8. update minyao_forum_attachment_7 set remote = '1';

  9. update minyao_forum_attachment_8 set remote = '1';

  10. update minyao_forum_attachment_9 set remote = '1';
复制代码

原帖中命令不能一次性执行,需要在每行代码后加分号。




欢迎光临 浙北英语网 (https://zbenglish.net/) Powered by Discuz! X3.3