에러 구문 뜻 좀 해석좀 부탁드립니다.

Warninginclude_once(/html/_common.php): failed to open stream: No such file or directory in /host/home2/djlee/html/member_group.php on line 2

Warning: include_once(): Failed opening '/html/_common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /host/home2/djlee/html/member_group.php on line 2

Warning: include_once(/html/_head.php): failed to open stream: No such file or directory in /host/home2/djlee/html/member_group.php on line 3

Warning: include_once(): Failed opening '/html/_head.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /host/home2/djlee/html/member_group.php on line 3

Fatal error: Call to undefined function alert() in /host/home2/djlee/html/member_group.php on line 5 

|

답변 2개 / 댓글 1개

그래도 잘 모르겠어요 파일 사진 첨부했어요 부탁드립니다.

 

common.php파일f0dde892638dc92af1336d2e449cd467_1461169527_4811.PNG
-----------------------------------------------------------------------------------

 

head파일f0dde892638dc92af1336d2e449cd467_1461169527_5404.PNG
 

 

members group 파일 

--------------------------------------------------------------------------------

 

f0dde892638dc92af1336d2e449cd467_1461169648_4412.PNG

------------------------------------------------------------------------------

파일경로

f0dde892638dc92af1336d2e449cd467_1461169527_597.PNG

 


 

답변에 대한 댓글 1개

include_once "./_common.php";
include_once "./_head.php";

member_group.php 파일에 include 한 파일 경로가 정확한지 확인해 보세요.

그거 때문에 일어나는 오류네요. 

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