일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- wp-900
- 괌자유여행
- 포천온천
- 개복숭아판매
- 덕소골프샵
- 야생개복숭아 판매
- 포천투어
- 한라산
- 돌복숭아
- 파주골프장
- 경기북부골프장
- 제주도눈
- 태안수영장펜션
- 제주도눈썰매
- 포천가볼만한곳
- 개복숭아
- 잠실수영장
- 휘닉스파크
- 개복숭아 판매
- LGG6
- 자연산 개복숭아
- 조경철천문대
- 포천수영장
- 야생개복숭아
- 서원힐스
- 제주도설경
- 제주도
- 괌
- 자연산개복숭아
- 충주골프장
- Today
- Total
Live Brilliant
Youtube api 연동시 simplexml_load_file 에러 본문
[에러] Youtube api 연동중 simplexml_load_file 에러 발생
Warning: simplexml_load_file() [function.simplexml-load-file]: URL file-access is disabled in the server configuration in C:\APM_Setup\htdocs\youtube.php on line 95
Warning: simplexml_load_file(http://gdata.youtube.com/feeds/api/videos/RK_TkMWTdiw) [function.simplexml-load-file]: failed to open stream: no suitable wrapper could be found in C:\APM_Setup\htdocs\youtube.php on line 95
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos/RK_TkMWTdiw" in C:\APM_Setup\htdocs\youtube.php on line 95
Fatal error: Call to a member function children() on a non-object in C:\APM_Setup\htdocs\youtube.php on line 25
[해결] php.ini 파일 수정
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = Off
allow_url_fopen = On 으로 수정
apache 재시작
'개발은 핵찜이야 > PHP' 카테고리의 다른 글
[PHP] 초성 추출 소스 (0) | 2013.01.25 |
---|---|
[php] Illegal mix of collations 문자셋 에러 (0) | 2012.08.13 |
웹브라우저 종류 알아내기 userAgent (0) | 2012.07.27 |
php 프레임워크 codeigniter (0) | 2012.07.04 |
ajax 로딩 이미지 Generate (0) | 2012.07.04 |