최신게시글 추출시..... > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최신게시글 추출시..... 정보

최신게시글 추출시.....

본문

에러코드 : Fatal error: Call to undefined function latest() in /home/smart100/public_html/index.html on line 29


이렇게나오는데..어디가 틀린걸까요?

<?=latest("스킨디렉토리", "게시판 아이디", 출력라인수, 제목글자수)?>

위에 식으로 넣었는데...에러코드만 뜨네요..

index.html 안에 common.php같이 경로에있어요..즉 root에 있구요..
  • 복사

댓글 전체

<?
include_once($g4['path'].'/lib/latest.lib.php');
echo latest("basic", "custo_05", "5", "40");
?>

이렇게 넣었는데도 아래와 같은 에러코드가 나와서요...위어방법처럼 다해봐도 안되더라구요...에공...

에러코드 :
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /home/smart100/public_html/index.html on line 32

Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/smart100/public_html/index.html on line 32

Fatal error: Call to undefined function latest() in /home/smart100/public_html/index.html on line 35
© SIRSOFT
현재 페이지 제일 처음으로