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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] DZ3.2关闭远程附件以后出错

[复制链接]
dushe520 发表于 2018-11-4 13:38:16 | 显示全部楼层 |阅读模式
DZ3.2  关闭远程附件以后部分文章缩图出错,和图片地址出错。导致图片无法显示

后台已经修改



前台读取不到    本地附件 URL 地址:




出错地址:http://www.slilai.com/tcjs/hunantechan/xiangxitechan/index.php?page=2

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
crx349 发表于 2018-11-4 14:23:22 | 显示全部楼层
远程附件关闭后 要运行
  1. update pre_forum_attachment_0 set remote = '0';
  2. update pre_forum_attachment_1 set remote = '0';
  3. update pre_forum_attachment_2 set remote = '0';
  4. update pre_forum_attachment_3 set remote = '0';
  5. update pre_forum_attachment_4 set remote = '0';
  6. update pre_forum_attachment_5 set remote = '0';
  7. update pre_forum_attachment_6 set remote = '0';
  8. update pre_forum_attachment_7 set remote = '0';
  9. update pre_forum_attachment_8 set remote = '0';
  10. update pre_forum_attachment_9 set remote = '0';
复制代码

然后把附件搬回去
回复

使用道具 举报

 楼主| dushe520 发表于 2018-11-4 15:48:38 | 显示全部楼层
crx349 发表于 2018-11-4 14:23
远程附件关闭后 要运行

然后把附件搬回去

我这是文章。不是论坛,所以没用呀
回复

使用道具 举报

 楼主| dushe520 发表于 2018-11-4 15:50:55 | 显示全部楼层
crx349 发表于 2018-11-4 14:23
远程附件关闭后 要运行

然后把附件搬回去


运行以后是这样的 ,根本没用

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

crx349 发表于 2018-11-5 10:31:44 | 显示全部楼层
dushe520 发表于 2018-11-4 15:50
运行以后是这样的 ,根本没用
  1. update pre_portal_article_title set remote=0;
  2. update pre_portal_attachment set remote=0;
  3. update pre_portal_topic_pic set remote=0;
复制代码


文章
回复

使用道具 举报

 楼主| dushe520 发表于 2018-11-6 09:01:35 | 显示全部楼层

谢谢已经解决了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 15:36 , Processed in 0.018140 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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