CI 묻고 답하기

제목 오랜만에 질문을...
글쓴이 초보개.발. 작성시각 2014/10/15 13:42:25
댓글 : 1 추천 : 0 스크랩 : 0 조회수 : 12835   RSS
현재 api를 가져다가 사용할려고 하는 과정입니다..

리눅스 console 모드에서는 문제없이 잘되는데
윈도우에서 옮겨와서 개인적인 간단한 홈페이지에서 적용을 시킬려고보니까
이런 에러가 발생을하네요 ㅠ

file_get_contents 쪽 에러같은데..
혹시 방법 아시는분 계실런지요..

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message:  file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?</p>
<p>Filename: controllers/main.php</p>
<p>Line Number: 453</p>

</div><div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">

<h4>A PHP Error was encountered</h4>

<p>Severity: Warning</p>
<p>Message:  file_get_contents(https://api...............) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No error</p>
<p>Filename: controllers/main.php</p>
<p>Line Number: 453</p>

</div>"
 다음글 포럼소스 설치후 인증코드 문제 (4)
 이전글 url의 query string을 제거하는 방법 없을까... (5)

댓글

초보개.발. / 2014/10/15 13:45:45 / 추천 0
아.. ... 혼자 생쇼하고있었네요..

https 를 써서 php.ini 에서 openssl extension 열어주니까 되네요..

혼자 삽질.. ㅠㅠ