최근게시물 에러질문입니다. 정보
최근게시물 에러질문입니다.본문
뭐가 문제인지점 봐주세요 ㅜㅜ
그누보드 경로 html/gnuboard4/
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<?latest("plip_last", "notice", 5, 70);?>
Warning: main(./_common.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /free/home/ysjh1965/html/index1.php on line 38
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /free/home/ysjh1965/html/index1.php on line 38
Warning: main(/lib/latest.lib.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /free/home/ysjh1965/html/index1.php on line 39
Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /free/home/ysjh1965/html/index1.php on line 39
Fatal error: Call to undefined function: latest() in /free/home/ysjh1965/html/index1.php on line 42
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /free/home/ysjh1965/html/index1.php on line 38
Warning: main(/lib/latest.lib.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /free/home/ysjh1965/html/index1.php on line 39
Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /free/home/ysjh1965/html/index1.php on line 39
Fatal error: Call to undefined function: latest() in /free/home/ysjh1965/html/index1.php on line 42
댓글 전체
<?latest("plip_last", "notice", 5, 70);?> 를
<?= latest("plip_last", notice, 5, 70)?> 이렇게 해보세요...^^
<?= latest("plip_last", notice, 5, 70)?> 이렇게 해보세요...^^
위에 처럼해도 똑같은 에러가 나네요ㅜㅜ
아마도 $g4_path를 잘못 설정하신것 같습니다
아래 링크를 참고하시어 다음처럼 설정해보세요.
$g4_path = "gnuboard4";
참고로 다음 내용도 정확히 알고 계시는것이 좋습니다
그누보드4 > 팁 > g4 파일마다 들어있는 $g4_path, _common.php 설정 및 사용법
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=271
아래 링크를 참고하시어 다음처럼 설정해보세요.
$g4_path = "gnuboard4";
참고로 다음 내용도 정확히 알고 계시는것이 좋습니다
그누보드4 > 팁 > g4 파일마다 들어있는 $g4_path, _common.php 설정 및 사용법
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=271
감사합니다..경로 몇개 수정하니깐 되네요 ^^