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

서브페이지 폴더 안 경로 질문드려요 채택완료

NHY 4년 전 조회 1,510

Warning: Use of undefined constant G5_PATH - assumed 'G5_PATH' (this will throw an Error in a future version of PHP) in /www_root/page/proinfo_01.php on line 2 Warning: include_once(G5_PATH/head.php): failed to open stream: No such file or directory in /www_root/page/proinfo_01.php on line 2 Warning: include_once(): Failed opening 'G5_PATH/head.php' for inclusion (include_path='.:/usr/local/php73/lib/php') in /www_root/page/proinfo_01.php on line 2

제품정보

 

이런식으로 뜨는데

경로를 도대체 어떻게 지정해야할지모르겠네요

고수님들 답변 부탁드립니다

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

답변 1개

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

최상단에 다음의 코드를 추가하면 됩니다. http://www.gnuwiz.com/bbs/board.php?bo_table=gnu_study&wr_id=13

(G5_PATH 등을 사용하려면 /common.php 가 인클루드 되어야 합니다.)

 

include_once "../common.php";

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

답변에 대한 댓글 1개

N
NHY
4년 전
와ㅠㅠ바로되네요 너무너무 감사합니다!!

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

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

로그인