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

초보가 풀지못하는 설치경로 채택완료

Christian 10년 전 조회 4,304

그누보드 고수님들 도와주시면 감사하겠습니다.

 

그누4를 쓰다가 그누5로 이전하고 있는데 그누5를 gb5라는 폴더를 만들어 업로드하고 인스톨했습니다. 그리고 루트상에서 index.php를 만들어 맨 윗쪽에 그누4에서 했던것처럼 

<?php

if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

 

include_once(G5_PATH.'.gb5/head.sub.php');

include_once(G5_LIB_PATH.'.gb5/lib/latest.lib.php');

include_once(G5_LIB_PATH.'.gb5/lib/outlogin.lib.php');

include_once(G5_LIB_PATH.'.gb5/lib/poll.lib.php');

include_once(G5_LIB_PATH.'.gb5/lib/visit.lib.php');

include_once(G5_LIB_PATH.'.gb5/lib/connect.lib.php');

include_once(G5_LIB_PATH.'.gb5/lib/popular.lib.php');

를 붙였는데 도대체 index.php가 작동이 될질 않습니다. 

 

고수님들 초보를 위해 한 수 가르쳐 주시면 감사하겠습니다.

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

답변 2개

채택된 답변
+20 포인트
10년 전

도메인/g5/index.php 가 보이시나요?

보인다면 index.php에서 g5에 대한 _common.php가 index.php의 위치에 같이 있어야 하며 

_common.php 파일 내용에 

include_once('./g5/common.php');에 경로를 g5폴더로 가르켜야 하겠죠... 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

C
Christian
10년 전
감사합니다. 궁금증이 풀렸습니다.

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

 

</strong><span style="font-size: 14.6666669845581px; line-height: 1.5;"><?php</span></p><p style="font-size: 14.6666669845581px;">define('_INDEX_', true);</p><p style="font-size: 14.6666669845581px;">include_once('./_common.php');</p><p style="font-size: 14.6666669845581px;"> </p><p style="font-size: 14.6666669845581px;">// 초기화면 파일 경로 지정 : 이 코드는 가능한 삭제하지 마십시오.</p><p style="font-size: 14.6666669845581px;">if ($config['cf_include_index'] && is_file(G5_PATH.'/'.$config['cf_include_index'])) {</p><p style="font-size: 14.6666669845581px;">    include_once(G5_PATH.'/'.$config['cf_include_index']);</p><p style="font-size: 14.6666669845581px;">    return; // 이 코드의 아래는 실행을 하지 않습니다.</p><p style="font-size: 14.6666669845581px;">}</p><p style="font-size: 14.6666669845581px;"> </p><p style="font-size: 14.6666669845581px;">if (G5_IS_MOBILE) {</p><p style="font-size: 14.6666669845581px;">    include_once(G5_MOBILE_PATH.'/index.php');</p><p style="font-size: 14.6666669845581px;">    return;</p><p style="font-size: 14.6666669845581px;">}</p><p style="font-size: 14.6666669845581px;"> </p><p style="font-size: 14.6666669845581px;">include_once('./_head.php');</p><p><span style="font-size: 14.6666669845581px; line-height: 1.5;">?></span><strong style="color: rgb(127, 127, 127); font-family: 돋움, Dotum, sans-serif; font-size: 12px; line-height: normal;">

 

그누5는 이렇게 되있어요

 

로그인 후 평가할 수 있습니다

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

답변을 작성하려면 로그인이 필요합니다.

로그인