인크루드 하는데 아래 오류는 왜 뜨는건가요???

인크루드 하는데 아래 오류는 왜 뜨는건가요???

QA

인크루드 하는데 아래 오류는 왜 뜨는건가요???

답변 1

본문

Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /host/home1/abc/html/list/nonShip_list.php on line 256

Warning: include_once(http://사이트/list/abc_table.php): failed to open stream: no suitable wrapper could be found in /host/home1/abc/html/list/nonShip_list.php on line 256

Warning: include_once(): Failed opening 'http://사이트/list/abc_table.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /host/home1/abc/html/list/nonShip_list.php on line 256

 

인크루드하는데

이 오류는  왜 뜨는건가요??

이 질문에 댓글 쓰기 :

답변 1

상대 경로로 include 하시거나 

$_SERVER['DOCUMENT_ROOT'] 를 이용해서 http://사이트 부분을 교체하시면 되지 않을까요?

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 130
© SIRSOFT
현재 페이지 제일 처음으로