혹시 이거 스킨 사용 법좀 알 수 있을까요?? 정보
혹시 이거 스킨 사용 법좀 알 수 있을까요??본문
http://www.sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=86485&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%EB%B2%A0%EC%8A%A4%ED%8A%B8&sop=and&page=2
best 파일은 bbs 폴더에 넣고 fr.best.simple 파일은 latest 폴더에 넣은다음
상단에
<?
include_once("./_common.php");
include_once("$g4[path]/lib/tto.latest.lib2.php"); // tto 최신
include_once "lib/latest.lib.php";
$g4['title'] = "";
include_once("./_head.php");
?>
이런식으로 include_once "lib/latest.lib.php"; 을 넣고
<? echo latest("fr.best.simple",10,50); ?> 이런식으로 불러오기를 했는데
select * from g4_write_10 where wr_is_comment = 0 order by wr_num limit 0, 50
1146 : ���̺� 'eplpark3.g4_write_10' �� �������� �ʽ��ϴ�.
error file : /index.php
이렇게 에러가 떠버립니다...
혹시 도움좀 얻을 수 있을까요..ㅠㅠ
best 파일은 bbs 폴더에 넣고 fr.best.simple 파일은 latest 폴더에 넣은다음
상단에
<?
include_once("./_common.php");
include_once("$g4[path]/lib/tto.latest.lib2.php"); // tto 최신
include_once "lib/latest.lib.php";
$g4['title'] = "";
include_once("./_head.php");
?>
이런식으로 include_once "lib/latest.lib.php"; 을 넣고
<? echo latest("fr.best.simple",10,50); ?> 이런식으로 불러오기를 했는데
select * from g4_write_10 where wr_is_comment = 0 order by wr_num limit 0, 50
1146 : ���̺� 'eplpark3.g4_write_10' �� �������� �ʽ��ϴ�.
error file : /index.php
이렇게 에러가 떠버립니다...
혹시 도움좀 얻을 수 있을까요..ㅠㅠ
댓글 전체
제발 좀 알려주세요..ㅠㅠ
echo latest("스킨이름","게시판테이블",목록수,제목길이);
게시판을 안불러왔네요...
게시판을 안불러왔네요...
<? echo latest("fr.best.simple","B11",10,50);?>
이걸로 해도 안되네요
혹시 다른 문제가 있는게 아닐까요..
이걸로 해도 안되네요
혹시 다른 문제가 있는게 아닐까요..
일단 오류메세지가 깨져서 보이는데요.
케릭터셋을 알맞게 설정하신 후 오류메세지를 확인하신다음 오류를 수정하는것이 좋을듯합니다.
오류메세지를 봐서는 테이블이 없어서 나오는 오류 같습니다.
케릭터셋을 알맞게 설정하신 후 오류메세지를 확인하신다음 오류를 수정하는것이 좋을듯합니다.
오류메세지를 봐서는 테이블이 없어서 나오는 오류 같습니다.