질문드립니다.mandos님의 ......그룹 최신글 쓰기에 대한것입니다. 정보
질문드립니다.mandos님의 ......그룹 최신글 쓰기에 대한것입니다.본문
제가 mando님이 만드신 그룹 최신글 올리는것을 설치 하엿는데...
http://www.sir.co.kr/bbs/tb.php/g4_skin/2320
이것이 게시판 설명주소.
그리고 제가 설치를 다 끝내고..했지만
select a.*, b.bo_subject, c.gr_subject, c.gr_id from g4_board_new a, g4_board b, g4_group c where a.bo_table = b.bo_table and b.gr_id = c.gr_id and b.gr_id = 'info' order by a.bn_id desc limit 0, 5
1146 : Table 'matchmail.g4_board_new' doesn't exist
error file : /index.php
이런 문구 가 뜹니다....
인덱스 구문입니다.아래는
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4[title] = "";
include_once("./_head.php");
?>
<!-- 메인화면 최신글 시작 -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="99%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="50%" height=150>
<?=latest("bbs", "academy_0",5, 70);?>
</td>
<td width="50%" height=150>
<?=latest("bbs2", "lecture2_0",5, 70);?>
</td>
</tr>
<tr valign="top">
<td width="50%" height=150>
<?=latest("bbs3", "community_2",5, 70);?>
</td>
<td width="50%" height=150>
<? echo latest_group("group", info ,5, 23);?>>
</td>
</tr>
<tr valign="top">
<td width="100%" colspan="2">
<?=latest("gallery", "community_1",4, 70);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
http://www.sir.co.kr/bbs/tb.php/g4_skin/2320
이것이 게시판 설명주소.
그리고 제가 설치를 다 끝내고..했지만
select a.*, b.bo_subject, c.gr_subject, c.gr_id from g4_board_new a, g4_board b, g4_group c where a.bo_table = b.bo_table and b.gr_id = c.gr_id and b.gr_id = 'info' order by a.bn_id desc limit 0, 5
1146 : Table 'matchmail.g4_board_new' doesn't exist
error file : /index.php
이런 문구 가 뜹니다....
인덱스 구문입니다.아래는
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4[title] = "";
include_once("./_head.php");
?>
<!-- 메인화면 최신글 시작 -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="99%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td width="50%" height=150>
<?=latest("bbs", "academy_0",5, 70);?>
</td>
<td width="50%" height=150>
<?=latest("bbs2", "lecture2_0",5, 70);?>
</td>
</tr>
<tr valign="top">
<td width="50%" height=150>
<?=latest("bbs3", "community_2",5, 70);?>
</td>
<td width="50%" height=150>
<? echo latest_group("group", info ,5, 23);?>>
</td>
</tr>
<tr valign="top">
<td width="100%" colspan="2">
<?=latest("gallery", "community_1",4, 70);?>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- 메인화면 최신글 끝 -->
<?
include_once("./_tail.php");
?>
댓글 전체
1146 : Table 'matchmail.g4_board_new' doesn't exist
->DB에 g4_board_new라는 테이블이 없다는 내용입니다.
혹시 설치하신 그누보드가 G3인지 G4인지 확인을 해 보시고요
아니면 DB에 접속하셔서 위의 테이블이 있나 확인해 보시고요
아니면 G3를 G4로 컨버팅하면서 나는에러는 아닌지요?
.
.
해당 링크라도 알려주시면 문제 해결이 쉽습니다.
위의 질문도 마찬가지로 똑같은 문제입니다. 해당 테이블이 없다는 에러 메세지 입니다.
->DB에 g4_board_new라는 테이블이 없다는 내용입니다.
혹시 설치하신 그누보드가 G3인지 G4인지 확인을 해 보시고요
아니면 DB에 접속하셔서 위의 테이블이 있나 확인해 보시고요
아니면 G3를 G4로 컨버팅하면서 나는에러는 아닌지요?
.
.
해당 링크라도 알려주시면 문제 해결이 쉽습니다.
위의 질문도 마찬가지로 똑같은 문제입니다. 해당 테이블이 없다는 에러 메세지 입니다.