채택완료

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

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개 / 댓글 1개

채택된 답변
+20 포인트

상대 경로로 include 하시거나 

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

답변에 대한 댓글 1개

나시님 답변 감사합니다.^^

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