채택완료

에러코드 접속 불가인 부분. 도와주세요

2021-10-22 (금) 16:42:02 1,628

Warning: dir(/host/home2/heheo3/html/extend): failed to open dir: No such file or directory in /host/home2/heheo3/html/common.php on line 688

Fatal error: Uncaught Error: Call to a member function read() on bool in /host/home2/heheo3/html/common.php:689 Stack trace: #0 /host/home2/heheo3/html/_common.php(2): include_once() #1 /host/home2/heheo3/html/index.php(2): include_once('/host/home2/heh...') #2 {main} thrown in /host/home2/heheo3/html/common.php on line 689

잘되다가 index.php 수정중 갑자기 이렇게 에러가 떴습니다.
저 위치에 에러다 라는것밖에 모르겠네요 제발 고수님들의 도움 부탁드립니다...
닷홈이용중인데 그쪽 문제는 아니라고하네요.
common 파일은 건드린적은 없습니다.


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

688과 689 부분

Copy
$extend_file = array();
$tmp = dir(G5_EXTEND_PATH);
while ($entry = $tmp->read()) {
    // php 파일만 include 함
    if (preg_match("/(\.php)$/i", $entry))
        $extend_file[] = $entry;
}

답변 1개 / 댓글 1개

채택된 답변
+20 포인트
2021-10-22 (금) 16:47:51

/host/home2/heheo3/html/extend

폴더가 제대로 있는지 확인해보세요~

답변에 대한 댓글 1개

세상에 감사합니다♡

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