在安装X-Space 系统后 进行测试的时候出现如下错误信息SQL:SELECT t.tid,t.author,t.subject,t.fid,t.views,t.replies,t.dateline,t.lastpost FROM `discuz`.`[Table]mythreads` m,`discuz`.`[Table]threads` t WHERE m.uid='1' AND m.tid=t.tid A
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/17 19:28:02
在安装X-Space 系统后 进行测试的时候出现如下错误信息SQL:SELECT t.tid,t.author,t.subject,t.fid,t.views,t.replies,t.dateline,t.lastpost FROM `discuz`.`[Table]mythreads` m,`discuz`.`[Table]threads` t WHERE m.uid='1' AND m.tid=t.tid A
在安装X-Space 系统后 进行测试的时候出现如下错误信息
SQL:SELECT t.tid,t.author,t.subject,t.fid,t.views,t.replies,t.dateline,t.lastpost FROM `discuz`.`[Table]mythreads` m,`discuz`.`[Table]threads` t WHERE m.uid='1' AND m.tid=t.tid AND t.displayorder>=0 AND t.author!='' ORDER BY t.tid DESC LIMIT 0,10
Error:Table 'discuz.[Table]mythreads' doesn't exist
Errno.:1146
在安装X-Space 系统后 进行测试的时候出现如下错误信息SQL:SELECT t.tid,t.author,t.subject,t.fid,t.views,t.replies,t.dateline,t.lastpost FROM `discuz`.`[Table]mythreads` m,`discuz`.`[Table]threads` t WHERE m.uid='1' AND m.tid=t.tid A
错误提示是数据表mythreads不存在
看看是否版本的问题,如果提示错误下面不是有FAQ的么,点击查看一下,现在的discuz X系列应该不需要用到SS的呀!