최근 게시물.......... ㅠㅠ > 그누4 질문답변

그누4 질문답변

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

최근 게시물.......... ㅠㅠ 정보

최근 게시물.......... ㅠㅠ

본문

Warning: Failed opening './_common.php' for inclusion (include_path='.:/usr/share/pear') in /home/nyjo.co.kr/public_html/main.htm on line 2

Warning: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/share/pear') in /home/nyjo.co.kr/public_html/main.htm on line 3

Warning: Failed opening './_head.php' for inclusion (include_path='.:/usr/share/pear') in /home/nyjo.co.kr/public_html/main.htm on line 6

위와 같은 에러가 납니다

페이지 상단에

<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");  //최근게시물 불러오게 만든는 명령문

$g4[title] = "";
include_once("./_head.php");
?>

이 내용을 넣었구요....

제로보드는 초보자들도 알기 쉽게 되어있는데

여긴 중수 이상분들만 모여있으신지...... 초보들이 보면 중간과정들을 빼먹고 설명하신게 많아서

잘 모르겠네요
  • 복사

댓글 전체

<?
$g4_path = ".";  //여기에 그누보드 설치 경로를 맞춰주세요...
include_once("$g4[path]/_common.php");
include_once("$g4[path]/lib/latest.lib.php");  //최근게시물 불러오게 만든는 명령문
nclude_once("$g4[path]/head.sub.php");

$g4[title] = "";
include_once("$g4[path]/_head.php");
?>
© SIRSOFT
현재 페이지 제일 처음으로