최신게시물에 관련

· 2012-07-05 (목) 09:45:12 · 857 · 2
저는 드림위버로 index.html파일을 완성하였습니다.
FTP에는 폴더가 제가 홈페이지 만들고 나서 생긴 이미지 폴더와 그누보드4폴더가 생성되어 있고
index.html파일은 그 아래 바로 있습니다.
이런 경우, 메인 화면에 최신 게시물을 추출하고 싶은데
상단부분에
<?
include_once("./gnuboard4/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
소스를 넣었고,
메인 화면에 최신게시물이 올수 있는 위치에는

<?=latest("basic","QandA",5,70);?>
소스를 넣었고,

_commom.php파일에는
<?
$g4_path="./siesta1981/html/gnuboard4"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
소스를 넣었습니다.
그런데
Warning: include_once(./siesta1981/html/gnuboard4/common.php) [function.include-once]: failed to open stream: No such file or directory in /host/home4/siesta1981/html/gnuboard4/_common.php on line 3

Warning: include_once() [function.include]: Failed opening './siesta1981/html/gnuboard4/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /host/home4/siesta1981/html/gnuboard4/_common.php on line 3

Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in /host/home4/siesta1981/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/home4/siesta1981/html/index.html on line 3

Fatal error: Call to undefined function latest() in /host/home4/siesta1981/html/index.html on line 445

이런 에러가 발생하게 되는데요
그 문제가 index.html파일이 구누보드4폴더에 함께 있지 않아서 발생하는 경로상의 문제인가요?
그럼 이 문제를 해결하려면 어떻게 해야 하는지
고수님들의 자세한 답변 부탁드릴께요..
|

댓글 2개

2012-07-05 (목) 09:48:04
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

위와 같이 하시고
_common.php 파일에 그누보드의 상대경로 넣으세요
index.html 에서
<?
$g4_path='./gnuboard4'; //추가
include_once("./gnuboard4/common.php"); // _common 이 아닌 common
include_once("$g4[path]/lib/latest.lib.php");
?>

gnuboard4/_common.php 는 그누보드 원본 그대로....

위와 같이 해보세요
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
12-07-05 조회 1,136
12-07-05 조회 859
12-07-05 조회 1,079
12-07-05 조회 1,015
12-07-05 조회 1,686
12-07-05 조회 1,366
12-07-05 조회 1,195
12-07-05 조회 1,655
12-07-05 조회 915
12-07-05 조회 1,043
12-07-05 조회 1,060
12-07-05 조회 858
12-07-04 조회 910
12-07-04 조회 929
12-07-04 조회 1,502
12-07-04 조회 1,044
12-07-04 조회 1,103
12-07-04 조회 1,647
12-07-04 조회 1,023
12-07-04 조회 1,042