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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

Discuz! X1 Beta 转换问题解决方法【5.4更新】

  [复制链接]
andy888 发表于 2010-4-30 09:32:51 | 显示全部楼层 |阅读模式
本帖最后由 andy888 于 2010-5-4 17:54 编辑

1、转换过程中出现home_favorite的SQL报错解决方法
     修改convert\source\d7.2_x1.0\table\favorites.php文件
     在第49行位置添加一行
  1. $row  = daddslashes($row, 1);
复制代码
==================================================
2.转换UC好友时出错的解决办法
   修convert\source\d7.2_x1.0\table\uc_friends.php文件
   在
  1. if($fusername[$frow['uid']] == 3) {
复制代码
代码的前面添加一行
  1. $frow  = daddslashes($frow, 1);
复制代码
(差不多在63、75行)
==============================================

3.配置积分对应没有用取值的解决方法
修改convert\source\uch2.0_x1.0\config.php文件
在这里面找到
  1. $tsetting = $db_source->fetch_first("SELECT * FROM ".$db_target->table('common_setting')." WHERE skey='extcredits'");
复制代码
修改为
  1. $tsetting = $db_target->fetch_first("SELECT * FROM ".$db_target->table('common_setting')." WHERE skey='extcredits'");
复制代码
修改好的文件见 https://discuz.dismall.com/viewthread.php?tid=1628457

===============================================
4.转换论坛在第四十步【投票帖】时出现mysql语法错误:
     修改convert\source\d7.2_x1.0\table\polls.php文件
找到54行:
  1. $poll['pollpreview'] = $polloptionpreview;
复制代码
将其修改为:
  1. $poll['pollpreview'] = daddslashes($polloptionpreview);
复制代码
==============================================

5.5月1日修正BUG
修正漫游老应用兼容问题,下载程序履盖相应的安装目录


6.修正转换过来的用户组为空的解决法
https://discuz.dismall.com/viewthread.php?tid=1631830&extra=

================================================

7.Discuz! X1 Beta 安装完开启漫游后再转换UCH进造成用户等级为零的解决方案

https://discuz.dismall.com/viewthread.php?tid=1634697&extra=

评分

1

查看全部评分

45578800 发表于 2010-4-30 09:33:29 | 显示全部楼层
发现了
回复

使用道具 举报

我要发帖子 发表于 2010-4-30 09:33:53 | 显示全部楼层
凳子!   
回复

使用道具 举报

董事会 发表于 2010-4-30 09:41:07 | 显示全部楼层
1、转换过程中出现home_favorite的SQL报错解决方法
     修改convert\source\d7.2_x1.0\table\favorites.p ...
andy888 发表于 2010-4-30 09:32


请帮解决一下这个问题:
https://discuz.dismall.com/thread-1629489-1-1.html
回复

使用道具 举报

lidq.jingwu 发表于 2010-4-30 15:30:50 | 显示全部楼层
支持
回复

使用道具 举报

Tigerlover 发表于 2010-4-30 15:32:09 | 显示全部楼层
很多地方引号都没转义,所以出错的多
回复

使用道具 举报

kingfeng 发表于 2010-4-30 15:33:32 | 显示全部楼层
麻烦也解决下这个问题:https://discuz.dismall.com/thread-1630238-1-1.html
回复

使用道具 举报

allensun 发表于 2010-4-30 15:34:29 | 显示全部楼层
支持...学习...
回复

使用道具 举报

雁平沙 发表于 2010-4-30 15:37:41 | 显示全部楼层
....................
回复

使用道具 举报

liubailong 发表于 2010-4-30 15:38:34 | 显示全部楼层
很不错,学习啦
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 08:18 , Processed in 0.037383 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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