최신게시글 추출시..... 정보
최신게시글 추출시.....본문
에러코드 : Fatal error: Call to undefined function latest() in /home/smart100/public_html/index.html on line 29
이렇게나오는데..어디가 틀린걸까요?
<?=latest("스킨디렉토리", "게시판 아이디", 출력라인수, 제목글자수)?>
위에 식으로 넣었는데...에러코드만 뜨네요..
index.html 안에 common.php같이 경로에있어요..즉 root에 있구요..
이렇게나오는데..어디가 틀린걸까요?
<?=latest("스킨디렉토리", "게시판 아이디", 출력라인수, 제목글자수)?>
위에 식으로 넣었는데...에러코드만 뜨네요..
index.html 안에 common.php같이 경로에있어요..즉 root에 있구요..
댓글 전체
index.php 페이지 상단에 아래 호출 코드가 없어서 그런것같습니다.
<?
include_once($g4['path'].'/lib/latest.lib.php');
?>
<?
include_once($g4['path'].'/lib/latest.lib.php');
?>
<?
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
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