select * from g4_write_4 where wr_is_comment = 0 order by wr_num limit 0,45 에러문??
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
select * from g4_write_4 where wr_is_comment = 0 order by wr_num limit 0,45
1146 : Table 'merrynz.g4_write_4' doesn't exist
error file : /index.php
이렇게 나오는데용..ㅠㅠ.어떻게 처리해야할지~
오류 주소 :
select * from g4_write_4 where wr_is_comment = 0 order by wr_num limit 0,45
1146 : Table 'merrynz.g4_write_4' doesn't exist
error file : /index.php
이렇게 나오는데용..ㅠㅠ.어떻게 처리해야할지~
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 6개
생성이 되어 있지 않아서 생긴 에러입니다만...
그런데 안되요..ㅠㅠ
?></td>
<td width="8"> </td>
<td width="379"><?
echo latest("basic", "board09", 6, 45); // basic 스킨으로 free 라는 게시판을 출력합니다
안되는 부분들이..이렇게 최근게시물이 메인으로 모두돌출이 되어야하는데..요기서 에러가나고 잇어서요..그리고오른쪽에도 테이블이잇어서 최근게시물들이잇는데..그것도한 모두 보이질않게 되어서..메인전체가 좌측빼고는 다 오류거든요..;;
$sql2 = "select bo_table, bo_subject from $g4[board_table] where bo_table ='{$one_table}'";
$result2 = sql_query($sql2);
$row2=sql_fetch_array($result2);
echo latest(gally,$row2[bo_table], 6, 50);
왜 이런지 모르겠네요.
//echo latest( 'gally',$one_table='board19_05', 6, 50);
echo latest( 'gally','board19_05', 6, 50);
이렇게만 해도 될 듯한데요.