최근 게시물 설치하려고 index.html 오류...조금 급해요ㅠ 정보
최근 게시물 설치하려고 index.html 오류...조금 급해요ㅠ본문
Warning: include_once(./_common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/xcolor/html/index.html on line 2
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/xcolor/html/index.html on line 2
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/xcolor/html/index.html on line 3
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/xcolor/html/index.html on line 3
----
이런 초보적인 질문 죄송합니다.
그러나 더이상 진행이 안되서 답답해서 글 남깁니다.
상단에 저런 오류메시지가 뜨는데
index.html 상단에 이 코드를 그대로 넣으면 되는거 아닌가요?
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
최근 게시물이 뜰 위치에 이것을 넣었구요
<?=latest('latest_morningWebU_GB', "board4", '5', '30', "");?>
최근 갤러리가 뜰 위치에는 이것을 넣었습니다.
<?=latest("dada_gallery_1", "board1", 4, 25)?>
계정에 최근갤러리스킨
gnuboard/skin/latest/dada_gallery
계정에 최근게시물스킨
gnuboard/skin/latest/latest_morningWebU_GB
업로드 했습니다.
경로가 문제인것 같은데 어디를 수정해야 할까요?ㅠ
----
이 에러는 게시물 위치부분을 가리키고 있어요..
Fatal error: Call to undefined function latest() in /host/home1/xcolor/html/index.html on line 37
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/xcolor/html/index.html on line 2
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/xcolor/html/index.html on line 3
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/xcolor/html/index.html on line 3
----
이런 초보적인 질문 죄송합니다.
그러나 더이상 진행이 안되서 답답해서 글 남깁니다.
상단에 저런 오류메시지가 뜨는데
index.html 상단에 이 코드를 그대로 넣으면 되는거 아닌가요?
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
최근 게시물이 뜰 위치에 이것을 넣었구요
<?=latest('latest_morningWebU_GB', "board4", '5', '30', "");?>
최근 갤러리가 뜰 위치에는 이것을 넣었습니다.
<?=latest("dada_gallery_1", "board1", 4, 25)?>
계정에 최근갤러리스킨
gnuboard/skin/latest/dada_gallery
계정에 최근게시물스킨
gnuboard/skin/latest/latest_morningWebU_GB
업로드 했습니다.
경로가 문제인것 같은데 어디를 수정해야 할까요?ㅠ
----
이 에러는 게시물 위치부분을 가리키고 있어요..
Fatal error: Call to undefined function latest() in /host/home1/xcolor/html/index.html on line 37
댓글 전체
이상업이 잘 하셨는데요.. ?? 뭐를 수정하셨는지 모르겠네요 ㅎ
<?
include_once("./gnuboard4/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
이렇게 수정해보세요.
include_once("./gnuboard4/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
이렇게 수정해보세요.