디비복구후 게시판에서 오류들이 납니다 ㅠㅠ 정보
디비복구후 게시판에서 오류들이 납니다 ㅠㅠ
본문
===========================================
메인페이지 에러
select * from g4_write_B16 where wr_is_comment = 0 and wr_id not in ('') order by wr_num limit 0, 4
1146 : Table 'inside.g4_write_B16' doesn't exist
error file : /inside/index.php
============================================
서브페이지 좌측에러
select wr_content, wr_datetime, wr_option from g4_write_B34 where wr_id = '1149'
1146 : Table 'inside.g4_write_B34' doesn't exist
error file : /inside/bbs/board.php
==============================================
관리자 홈에서의 에러
최근게시물 5건
그룹 게시판 제목 이름 일시
select * from g4_write_B34 where wr_id = '1152'
1146 : Table 'inside.g4_write_B34' doesn't exist
error file : /inside/adm/index.php
=================================================
이런 에러가 뜨는데 무엇이 문제일까요?
메인페이지 에러
select * from g4_write_B16 where wr_is_comment = 0 and wr_id not in ('') order by wr_num limit 0, 4
1146 : Table 'inside.g4_write_B16' doesn't exist
error file : /inside/index.php
============================================
서브페이지 좌측에러
select wr_content, wr_datetime, wr_option from g4_write_B34 where wr_id = '1149'
1146 : Table 'inside.g4_write_B34' doesn't exist
error file : /inside/bbs/board.php
==============================================
관리자 홈에서의 에러
최근게시물 5건
그룹 게시판 제목 이름 일시
select * from g4_write_B34 where wr_id = '1152'
1146 : Table 'inside.g4_write_B34' doesn't exist
error file : /inside/adm/index.php
=================================================
이런 에러가 뜨는데 무엇이 문제일까요?
댓글 전체
g4_write_B16 이라는 테이블이 없다는 오류네요
B16이라는 게시판이 있는지 확인해보세요
B16이라는 게시판이 있는지 확인해보세요
네 해당 테이블은 있는데 말썽이네요...