최신글목록 달기하는데 초보라 좀 도와주세요 정보
최신글목록 달기하는데 초보라 좀 도와주세요본문
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo latest("basic", "freeboard", 5, 20); // basic 스킨으로 free 라는 게시판을 출력합니다.
?>
그대로 썼거든요. 게시판 table명도 맞고 게시판도 링크된거 잘나오는데 왜 에러가 뜨는지 답답하네요 ㅠㅠ (걍 메인페이지html파일에 껴넣어서 썻는데)
기본적인부분을 모르는데 이 latest함수를 사용하는데 위 소스를 php파일에 넣는건지
html파일에 넣는건지도 모르겠는데요 php파일에 넣는다면 어떤 파일에 넣어야하는지
자세히좀 일러주세요.
에러메세지는 다음과 같습니다.
Warning: main(./_common.php) [function.main]: failed to open stream: No such file or directory in /home/winmanne/public_html/main.html on line 45
Warning: main() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/winmanne/public_html/main.html on line 45
Warning: main() [function.main]: open_basedir restriction in effect. File(/lib/latest.lib.php) is not within the allowed path(s): (/home/winmanne:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/winmanne/public_html/main.html on line 46
Warning: main(/lib/latest.lib.php) [function.main]: failed to open stream: Operation not permitted in /home/winmanne/public_html/main.html on line 46
Warning: main() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/winmanne/public_html/main.html on line 46
Fatal error: Call to undefined function: latest() in /home/winmanne/public_html/main.html on line 47
에러메세지는 다음과 같습니다.
Warning: main(./_common.php) [function.main]: failed to open stream: No such file or directory in /home/winmanne/public_html/main.html on line 45
Warning: main() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/winmanne/public_html/main.html on line 45
Warning: main() [function.main]: open_basedir restriction in effect. File(/lib/latest.lib.php) is not within the allowed path(s): (/home/winmanne:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/winmanne/public_html/main.html on line 46
Warning: main(/lib/latest.lib.php) [function.main]: failed to open stream: Operation not permitted in /home/winmanne/public_html/main.html on line 46
Warning: main() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/winmanne/public_html/main.html on line 46
Fatal error: Call to undefined function: latest() in /home/winmanne/public_html/main.html on line 47
댓글 전체

경로가 맞지 않아서 나오는 현상인듯 보이며 main.html 라는 파일이 위치한
경로가 그누보드 보다 상위에 있는듯 보이므로 링크를 참조해 보세요.
http://sir.co.kr/bbs/tb.php/g4_tiptech/9336
경로가 그누보드 보다 상위에 있는듯 보이므로 링크를 참조해 보세요.
http://sir.co.kr/bbs/tb.php/g4_tiptech/9336