폴더 이름을 바꾸면 안돼나요?
폴더 이름이 gnuboard4 잖아요?
근데 저는 FTP에 업로드할때 그냥 board라고 해서 올렸거든요
근데 프로그램이 잘 깔리더라고요 아무 문제 없이
게시판도 잘 되고
근데 문제는 최근스킨을 불러올때 오류가 뜬다는 겁니다
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램
을 포함시킵니다.
echo latest("basic", "dongsan", 5, 70); // basic 스킨으로 free 라는 게시판을 출력합니다.
?>
?>
이걸 불러오면 오류가 떠요
폴더 이름을 변경하면 안되나요?
어마전에는gnuboard4라는 폴더로 깔았을때는 잘 되던데...
---------
Warning: main(./_common.php): failed to open stream: No such file or directory in /home/hosting_users/banyantree/www/test.html on line 2
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ba**(이 부분 일부 삭제)/www/test.html on line 2
Warning: main(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/hosting_users/ba/www/test.html on line 3
Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ba/www/test.html on line 3
Fatal error: Call to undefined function: latest() in /home/hosting_users/ba/www/test.html on line 5
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 4개
저는 home 이나 html 모두 사용합니다
경로가 잘못지정된거 같습니다.
common.php 파일 경로를 수정해 주시면 되지 않을까 싶은데요
아래 참조 해주세요
http://www.sir.co.kr/bbs/tb.php/g4_tiptech/271
참고로 latest.lib.php 등 전체적인 경로도 확인해주세요
모두 경로문제인듯..