최신글쓰기.. 정보
최신글쓰기..본문
안녕하세요 그누보드로 홈페이지만들고 있는 초보입니다..
그누보드,드림위버,알FTP,닷홈무료호스팅으로 작업하고있는데요
드림위버로 index.html 만들어서 올렸습니다
/html/main/index.html 경로구요
그누보드는 html에 폴더없이 그냥 그누보드설치했습니다.
게시판들은 아이프레임으로 넣고있었는데요
메인 화면에 공지사항같이 최신글스킨을 이용해서 글을쓰고싶은데
자꾸만 에러가나네요 ㅠㅠ
index.html 맨위에다가
<?
include_once("/_common.php");
include_once("g4[path]/lib/latest.lib.php");
?>
이걸 써주고
넣고싶은 부분에
<?=latest("elpis_basic1", "222", 5, 32);?>
실행해보면
Warning: include_once(/_common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/isis0801/html/main/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/isis0801/html/main/index.html on line 2
Warning: include_once(g4[path]/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/isis0801/html/main/index.html on line 3
Warning: include_once() [function.include]: Failed opening 'g4[path]/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/isis0801/html/main/index.html on line 3
↑이게 상단에 뜨는 에러구요 ㅜ
Fatal error: Call to undefined function latest() in /host/home1/isis0801/html/main/index.html on line 38
↑이게 원하는 위치에 넣어준곳에 뜨는 에러입니다 ㅜㅜ
뭘자꾸 못찾는다는거같은데 너무초보라 찾아내기가 너무어렵네요 ㅜㅜ 검색해도 답이안나오구 ㅠㅠ
도와주세요 고수님을 ㅠ ㅠ
그누보드,드림위버,알FTP,닷홈무료호스팅으로 작업하고있는데요
드림위버로 index.html 만들어서 올렸습니다
/html/main/index.html 경로구요
그누보드는 html에 폴더없이 그냥 그누보드설치했습니다.
게시판들은 아이프레임으로 넣고있었는데요
메인 화면에 공지사항같이 최신글스킨을 이용해서 글을쓰고싶은데
자꾸만 에러가나네요 ㅠㅠ
index.html 맨위에다가
<?
include_once("/_common.php");
include_once("g4[path]/lib/latest.lib.php");
?>
이걸 써주고
넣고싶은 부분에
<?=latest("elpis_basic1", "222", 5, 32);?>
실행해보면
Warning: include_once(/_common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/isis0801/html/main/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/isis0801/html/main/index.html on line 2
Warning: include_once(g4[path]/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home1/isis0801/html/main/index.html on line 3
Warning: include_once() [function.include]: Failed opening 'g4[path]/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home1/isis0801/html/main/index.html on line 3
↑이게 상단에 뜨는 에러구요 ㅜ
Fatal error: Call to undefined function latest() in /host/home1/isis0801/html/main/index.html on line 38
↑이게 원하는 위치에 넣어준곳에 뜨는 에러입니다 ㅜㅜ
뭘자꾸 못찾는다는거같은데 너무초보라 찾아내기가 너무어렵네요 ㅜㅜ 검색해도 답이안나오구 ㅠㅠ
도와주세요 고수님을 ㅠ ㅠ
댓글 전체

일단 웹루트 디렉토리 알려주시구요
트리구조 올려주시면 알려드릴께요
트리구조 올려주시면 알려드릴께요
_common.php 파일에서 그누보드 설치경로를 설정해주세요
경로 설정이 잘못된거 같아요...