테스트 사이트 - 개발 중인 베타 버전입니다

설치시 에러 메세지...

· 14년 전 · 1483
현재 최신 배포판으로 다른 분들은 설치가 문제없이 잘 되나여?
저는 처음 라이센스 동의화면 상단에 아래와 같은 에러 메세지가 뜨네요.
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'];
.
.
.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440