动网8.2 ac转换dz 7.2 出现错误
单独转换[会员]
XConvert info: MySQL Query Error
Time: 2010-3-23 2:34pm
SQL: REPLACE INTO discuz.cdb_usergroups (groupid, radminid,
type, system, grouptitle, creditshigher, creditslower, stars, color, groupavatar,
readaccess, allowvisit, allowpost, allowreply, allowpostpoll, allowpostreward,
allowposttrade, allowpostactivity, allowdirectpost, allowgetattach, allowpostattach,
allowvote, allowmultigroups, allowsearch, allowcstatus, allowuseblog, allowinvisible,
allowtransfer, allowsetreadperm, allowsetattachperm, allowhidecode, allowhtml,
allowcusbbcode, allowanonymous, allownickname, allowsigbbcode, allowsigimgcode,
allowviewpro, allowviewstats, disableperiodctrl, reasonpm, maxprice, maxsigsize,
maxattachsize, maxsizeperday, maxpostsperhour, attachextensions, raterange,
mintradeprice, maxtradeprice, minrewardprice, maxrewardprice, magicsdiscount,
allowmagics, maxmagicsweight, allowbiobbcode, allowbioimgcode, maxbiosize, tradestick,
exempt,maxattachnum,allowposturl,allowrecommend) VALUES ('23', 0, 'special',
'private', '贵宾', 50, 200, 2, '', '', 20, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 100, 0, 0, 0, 'chm, pdf, zip, rar,
tar, gz, bzip2, gif, jpg, jpeg, png', '', 1, 0, 1, 0, 0, 1, 60, 0, 0, 0, 5, 0,0,3,1)
Error: Unknown column 'maxattachnum' in 'field list'
Errormsg.: 字段不存在
Errno.: 1054
单独转换[版区与管理团队]
XConvert info: MySQL Query Error
Time: 2010-3-23 2:33pm
SQL: INSERT INTO discuz.cdb_forumfields (fid, description, password, icon, postcredits, replycredits, redirect, attachextensions, moderators, rules, threadtypes, viewperm, postperm, replyperm, getattachperm, postattachperm, threadplugin) VALUES ( '192', '艺术硕士 经验交流', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
Error: Unknown column 'threadplugin' in 'field list'
Errormsg.: 字段不存在
Errno.: 1054
单独转换[附件]
XConvert info: MySQL Query Error
Time: 2010-3-23 2:31pm
SQL: insert into discuz.cdb_attachmentfields
(`aid`,`tid`,`pid`,`uid`,`description`) values
('194','25962','5641','3152','弘一大师(李叔同)谈写字的方法')
Error: Table 'discuz.cdb_attachmentfields' doesn't exist
Errormsg.: 数据表不存在
Errno.: 1146
单独转换[主题与投票]
XConvert info: MySQL Query Error
Time: 2010-3-23 2:32pm
SQL: INSERT INTO discuz.cdb_threads (tid, fid, iconid, typeid, readperm, price, author, authorid, subject, dateline, lastpost, lastposter, views, replies, displayorder, highlight, digest, rate, special, attachment, moderated, closed, recommends, recommend_add, recommend_sub, heats) VALUES ( '1', '42', '0', '0', '0', '0', 'xilincaile', '2', '创意中国网社区管理规则(新入会员必看)', '1134835929', '1250624134', 'dubo', '3731', '16', '3', '0', '0', '0', '', '0', '0', '0', '', '', '', '0');
Error: Unknown column 'recommends' in 'field list'
Errormsg.: 字段不存在
Errno.: 1054 |