本帖最后由 sxysxy 于 2010-4-6 16:22 编辑
我访问
http://127.0.0.1:1108/yinhang/space/?uid-1
的时候,就报错:
SupeSite info: MySQL Query Error
User: Guest
Time: 2010-4-6 1:28pm
Script: /yinhang/space/index.php
SQL: SELECT t.tid, t.author, t.subject, t.fid, t.views, t.replies, t.dateline, t.lastpost FROM `yinhang`.`[Table]mythreads` m, `yinhang`.`[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 'yinhang.[Table]mythreads' doesn't exist
Errno.: 1146
我跟踪了一下,这个SQL是在space_template.inc.php这个PHP文件里的。但因为被ZEND加密过了,所以不知道具体什么情况。
大家遇到过这个问题吗?? |