드림위버에 아이프레임 만들어서 링크했는데 에러..~ ㅠ
드림위버에 다음과 같이 아이프레임 삽입하고 거기에 그누보드 게시판 주소 붙였는데 잘 돼더라구요.
<iframe src="http://gopension.kr/gnuboard4/bbs/board.php?bo_table=bbs&page=0" width="800" height="600" name="mainFrame" frameborder="0"></iframe></td>
그래서 스킨 적용된 다른 게시판 사용해볼까 하고
<iframe src="http://gopension.kr/gnuboard4/bbs/board.php?bo_table=BBS2" width="800" height="600" name="mainFrame" frameborder="0"></iframe></td>
같은 방법으로 BBS2 로 바꿨는데,
select * from g4_write_bbs2 where wr_is_comment = 0 order by wr_num, wr_reply limit 0, 15
1146 : Table 'hiteun7.g4_write_bbs2' doesn't exist
error file : /gnuboard4/bbs/board.php
이와같은 에러가 발생하였습니다 ㅠㅠ
도와주세요 ㅠㅠ
<iframe src="http://gopension.kr/gnuboard4/bbs/board.php?bo_table=bbs&page=0" width="800" height="600" name="mainFrame" frameborder="0"></iframe></td>
그래서 스킨 적용된 다른 게시판 사용해볼까 하고
<iframe src="http://gopension.kr/gnuboard4/bbs/board.php?bo_table=BBS2" width="800" height="600" name="mainFrame" frameborder="0"></iframe></td>
같은 방법으로 BBS2 로 바꿨는데,
select * from g4_write_bbs2 where wr_is_comment = 0 order by wr_num, wr_reply limit 0, 15
1146 : Table 'hiteun7.g4_write_bbs2' doesn't exist
error file : /gnuboard4/bbs/board.php
이와같은 에러가 발생하였습니다 ㅠㅠ
도와주세요 ㅠㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
bbs2 라는 테이블이 없는것이므로
해당 이름으로 게시판 생성해주시면 됩니다.