설치시 에러 메세지... 정보
설치시 에러 메세지...본문
현재 최신 배포판으로 다른 분들은 설치가 문제없이 잘 되나여?
저는 처음 라이센스 동의화면 상단에 아래와 같은 에러 메세지가 뜨네요.
Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 10 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 12 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 15 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 18 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 21 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 24 .
아래의 config.php 파일에서
$g4['path'] <-- 이 값은 어디에 정의되어 있나요?? 눈씻고 찾아봐도 못찾겠네요....ㅜㅜ
그리고 common.php 파일의 219번째 줄에 아래와 같이 나와있는데, 주석처리된 구문외에 $g4_path이 별도 정의된 부분이 있나여??
//if (!$g4_path) $g4_path = ".";
$g4['path'] = $g4_path;
<?
// 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음
define("_GNUBOARD_", TRUE);
if (function_exists("date_default_timezone_set"))
date_default_timezone_set("Asia/Seoul");
// 디렉토리
$g4['bbs'] = "bbs";
$g4['bbs_path'] = $g4['path'] . "/" . $g4['bbs'];
$g4['bbs_img'] = "img";
$g4['bbs_img_path'] = $g4['path'] . "/" . $g4['bbs'] . "/" . $g4['bbs_img'];
$g4['admin'] = "adm";
$g4['admin_path'] = $g4['path'] . "/" . $g4['admin'];
$g4['editor'] = "cheditor";
$g4['editor_path'] = $g4['path'] . "/" . $g4['editor'];
$g4['cheditor4'] = "cheditor4";
$g4['cheditor4_path'] = $g4['path'] . "/" . $g4['cheditor4'];
$g4['geditor'] = "geditor";
$g4['geditor_path'] = $g4['path'] . "/" . $g4['geditor'];
.
.
.
저는 처음 라이센스 동의화면 상단에 아래와 같은 에러 메세지가 뜨네요.
Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 10 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 12 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 15 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 18 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 21 Notice: Undefined index: path in /Users/orangeblue/Sites/gnuboard4/config.php on line 24 .
아래의 config.php 파일에서
$g4['path'] <-- 이 값은 어디에 정의되어 있나요?? 눈씻고 찾아봐도 못찾겠네요....ㅜㅜ
그리고 common.php 파일의 219번째 줄에 아래와 같이 나와있는데, 주석처리된 구문외에 $g4_path이 별도 정의된 부분이 있나여??
//if (!$g4_path) $g4_path = ".";
$g4['path'] = $g4_path;
<?
// 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음
define("_GNUBOARD_", TRUE);
if (function_exists("date_default_timezone_set"))
date_default_timezone_set("Asia/Seoul");
// 디렉토리
$g4['bbs'] = "bbs";
$g4['bbs_path'] = $g4['path'] . "/" . $g4['bbs'];
$g4['bbs_img'] = "img";
$g4['bbs_img_path'] = $g4['path'] . "/" . $g4['bbs'] . "/" . $g4['bbs_img'];
$g4['admin'] = "adm";
$g4['admin_path'] = $g4['path'] . "/" . $g4['admin'];
$g4['editor'] = "cheditor";
$g4['editor_path'] = $g4['path'] . "/" . $g4['editor'];
$g4['cheditor4'] = "cheditor4";
$g4['cheditor4_path'] = $g4['path'] . "/" . $g4['cheditor4'];
$g4['geditor'] = "geditor";
$g4['geditor_path'] = $g4['path'] . "/" . $g4['geditor'];
.
.
.
댓글 전체