최근 게시물.......... ㅠㅠ 정보
최근 게시물.......... ㅠㅠ본문
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");
?>
이 내용을 넣었구요....
제로보드는 초보자들도 알기 쉽게 되어있는데
여긴 중수 이상분들만 모여있으신지...... 초보들이 보면 중간과정들을 빼먹고 설명하신게 많아서
잘 모르겠네요
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");
?>
$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");
?>