묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
php file()함수 관련 에러 질문입니다.
2003.07.11 14:47
안녕하세요..
다음카페 최근게시물 소스를 만들었는데요.
제가 사용하는 계정(cafe24, php 4.1.2)과 apm(php 4.2.3)에서는 에러없이 잘됩니다.
그런데 이 소스를 설치한 사용자중에서 아래와 에러가 난다고 합니다.
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /free/home/cinline/html/cafe_list.php on line 42
Warning: file(http://cafe73.daum.net/_c21_/bbs_list?grpid=KGzs&fldid=8uj6) [function.file]: failed to create stream: no suitable wrapper could be found in /free/home/cinline/html/cafe_list.php on line 42
Warning: join() [function.join]: Bad arguments. in /free/home/cinline/html/cafe_list.php on line 42
이 에러가 왜 발생하는 건지 알고 싶습니다.
리플 좀 부탁드립니다.
다음카페 최근게시물 소스를 만들었는데요.
제가 사용하는 계정(cafe24, php 4.1.2)과 apm(php 4.2.3)에서는 에러없이 잘됩니다.
그런데 이 소스를 설치한 사용자중에서 아래와 에러가 난다고 합니다.
Warning: file() [function.file]: URL file-access is disabled in the server configuration in /free/home/cinline/html/cafe_list.php on line 42
Warning: file(http://cafe73.daum.net/_c21_/bbs_list?grpid=KGzs&fldid=8uj6) [function.file]: failed to create stream: no suitable wrapper could be found in /free/home/cinline/html/cafe_list.php on line 42
Warning: join() [function.join]: Bad arguments. in /free/home/cinline/html/cafe_list.php on line 42
이 에러가 왜 발생하는 건지 알고 싶습니다.
리플 좀 부탁드립니다.
URL file-access is disabled in the server configuration in /free/home/cinline/html/cafe_list.php on line 42
간단히 해석하자면, 서버에서 URL File Access (HTTP 파일을 받아오는 것) 이 비활성화 (차단) 되었다.
한마디 더 하자면, file 함수를 사용해서 html을 받는것 보단 socket를 이용하는것이 더 안정적이고 확실합니다.