경로문제 같은데 정말 모르겠습니다... > 그누4 질문답변

그누4 질문답변

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

경로문제 같은데 정말 모르겠습니다... 정보

경로문제 같은데 정말 모르겠습니다...

본문

참으로 알수가 없어요...ㅜ.ㅜ
top.html에 회원 로그인 상태를 보여줘야 하기에
<?
include_once("../board/_common_sub_main.php");
include_once("$g4[path]/head.sub.php");
?>
위와 같이 include를 했습니다.
_common_sub_main.php에는 아래와 같은 소스구요..
<?
$g4_path = "../board";
include_once("$g4_path/common.php");
?>
근데 이런 에러가 납니다...
Warning: main(../board/_common_sub_main.php): failed to open stream: No such file or directory in /inc/top.html on line 2
Warning: main(): Failed opening '../board/_common_sub_main.php' for inclusion (include_path='.:/usr/local/lib/php') in /inc/top.html on line 2
다른페이지들은 다 이상없이 잘 되는데
회원가입화면에서 오류가 나요...
현재 head.php와 sub_head.php파일 두개를 쓰고 있는데 sub_head.php는 게시판에서 사용되는 파일입니다.
완전히 똑같은 소스인데 왜 head.php만 에러가 나는건지..
이유를 모르겠습니다...ㅡ.ㅡ
 

댓글 전체

top.html하고  _common_sub_main.php하고 같은 디렉터리에 있다면

_common_sub_main.php
<?
$g4_path = "../board";
include_once("$g4_path/common.php");
?>

top.html
<?
include_once("./_common_sub_main.php");
include_once("$g4[path]/head.sub.php");
?>
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT