Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请教一个DZX3.4附件远程问题

[复制链接]
lldsc 发表于 2018-6-20 10:57:11 | 显示全部楼层 |阅读模式
从本官方论坛搜来的的附件本地转到远程或远程转到本地执行代码,经过多次反复测试:
论坛非常可靠,无论本地转到远程,还是远程转到本地,无一次出现问题。
  1. update pre_forum_attachment_0 set remote=1 where remote=0;
  2. update pre_forum_attachment_1 set remote=1 where remote=0;
  3. update pre_forum_attachment_2 set remote=1 where remote=0;
  4. update pre_forum_attachment_3 set remote=1 where remote=0;
  5. update pre_forum_attachment_4 set remote=1 where remote=0;
  6. update pre_forum_attachment_5 set remote=1 where remote=0;
  7. update pre_forum_attachment_6 set remote=1 where remote=0;
  8. update pre_forum_attachment_7 set remote=1 where remote=0;
  9. update pre_forum_attachment_8 set remote=1 where remote=0;
  10. update pre_forum_attachment_9 set remote=1 where remote=0;
复制代码

但门户频道不灵,无论
本地转到远程,还是远程转到本地,
没有一次成功。
  1. update pre_portal_article_title set remote=1 where remote=0;
  2. update pre_portal_attachment set remote=1 where remote=0;
  3. update pre_portal_topic_pic set remote=1 where remote=0;
复制代码

我的问题是:门户可能存在的问题是什么,是上面执行代码不对吗?怎样解决该问题。提前谢谢大家帮忙解答。

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 13:25 , Processed in 0.020400 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表