不知道为什么 ..
论坛根目录index.php文件中
查找:
require_once DISCUZ_ROOT.'./include/forum.func.php';
在下面加入:
//---------------WXH 首页N格 -- start
require_once DISCUZ_ROOT.'./include/misc.func.php';
require DISCUZ_ROOT.'/wxh.php';
//---------------WXH 首页N格 -- end
**********************************************
我的论坛就只显示
Discuz! info: MySQL Query Error
User:
Time: 2008-1-5 10:54pm
Script: /index.php
SQL: select count(p.pid) as num,p.author,p.authorid,m.uid,m.credits,m.posts,m.digestposts,me.location,m.groupid,me.avatar,m.oltime,me.avatarwidth,me.avatarheight from [Table]posts p left join [Table]members m on p.authorid=m.uid left join cdb_memberfields me on p.authorid=me.uid where p.dateline>1199030400 group by p.authorid order by num desc limit 0,1
Error: Table 'sqllenpic.cdb_memberfields' doesn't exist
Errno.: 1146
Similar error report has beed dispatched to administrator before.