|
|
Discuz! Database Error(1146) Table 'bbs168xcn.common_member_archive' doesn't existSELECT COUNT(*) FROM common_member_archive
8 u% [+ X( F% }3 p% R
2 F% ?5 A* R/ {+ w: \PHP Debug
5 L, ^, y) u6 y& x& h( q3 I$ B| No. | File | Line | Code | | 1 | misc.php | 98 | require(%s) | | 2 | source/module/misc/misc_stat.php | 29 | getstatvars(%s) | | 3 | source/module/misc/misc_stat.php | 91 | call_user_func(%s, %s) | | 4 | | | getstatvars_basic(%s) | | 5 | source/module/misc/misc_stat.php | 101 | table_common_member->count() | | 6 | source/class/table/table_common_member.php | 172 | table_common_member_archive->count(%d) | | 7 | source/class/table/table_common_member_archive.php | 48 | discuz_database::result_first(%s, Array) | | 8 | source/class/discuz/discuz_database.php | 117 | discuz_database::query(%s, Array, false, false) | | 9 | source/class/discuz/discuz_database.php | 136 | db_driver_mysql->query(%s, false, false) | | 10 | source/class/db/db_driver_mysql.php | 153 | db_driver_mysql->halt(%s, %d, %s) | | 11 | source/class/db/db_driver_mysql.php | 224 | break(); P- e: S5 F f" `, N' I- D$ ]# I
) ]: e1 j3 |1 u! y# A1 p c
|
; y$ g4 F1 r7 T2 _, }( T6 s+ q7 n& u0 a5 S5 P+ ~6 u, y" b
解决方法如下:
7 M3 n5 E; g/ m) B6 S; U0 `一:以前都是进入数据库删除数据: `2 X# P1 ?! e' Y$ O0 y
mysql> use bbs168xcn! L( P8 S4 T( G6 o5 B+ H" u
Reading table information for completion of table and column names2 s5 E9 q8 }0 U- {) ^& z3 c# Q- q( x
You can turn off this feature to get a quicker startup with -A
& f8 r, F ~7 u9 w) V# U% `' J" C- y+ h% B5 S
Database changed
4 g% \- s2 u) q; T+ d$ ]: l! |; tmysql> DELETE FROM `common_setting` WHERE `skey` = 'membersplit';* o. S: A" ?2 k* Y" x
Query OK, 1 row affected (0.00 sec)7 u& \" L" U0 m0 c7 h; Y
8 p) r' u A7 o2 T& s ~! r- {- z! b5 Z# jmysql>
* [, U7 L! u) @8 b$ n1 @* j
. s/ D) L' u* I& T7 @/ ?( \; |7 J1 |感觉效果不是很好。+ d$ U/ b4 x; `) s0 `( Q
4 p1 o# X( \; j" W: y二:以下方式比较好的解决这个问题:: w# |) E* s/ C+ G5 e! ? }) a
登录到后台>>>>选择论坛>>>>点击板块管理>>>>>随便选择一个板块名称,要求是二级版块,一级版块好像有些不行 >>>>) ]( }: V* t+ |- G4 C
点击设置复制>>>>>出现的两个框分别是 目标版块和项目选择 .>>>>目标版块选择全部(使用crtl+a) >>>>项目选择使用 >>>允许使用【img】代码 >>>点击提交即可。- G: A$ A2 l1 R: x
: R* ~5 X5 u& x
! u9 b, r) r i2 o4 w6 O: I0 l再次刷新,界面正常。% H1 r X4 R' J$ V
|
|