getimagesize():URL file-access is disabled in the server configuration
위는 화일의 접근을 http 로 하신경우의 경고 메시지 입니다.
이전 신지식 질문의 예로 올려 봅니다.
Warning: getimagesize(): URL file-access is disabled in the server configuration in /home1/hompage/images/img.php on line 327
해당 라인 부분을 어떻게 사용지 확인해 보시구요..
getimagesize(/home1/hompage/images/IMG_0096.jpg):
이렇게 직접경로를 써서 접근해 주시는게 좋을거 같구요.
그냥 사용하실려면...
서버 관리자에게 php.ini 설정을 allow_url_fopen = on
또는
계정에 루트의 .htaccess파일 속에..
php_flag allow_url_fopen on
이렇게 추가해보세요..
'웹과련정보' 카테고리의 다른 글
IETester IECollection (Explorer 버전별 테스트) (0) | 2012.03.24 |
---|---|
Fatal error: Uncaught OAuthException: (#200) The user hasn't authorized the application to perform this action (0) | 2011.05.30 |
스마트폰 UI 화면 설계 (0) | 2010.11.23 |
추억의 제로보드4 배포 중지되어서 파일 보관용입니다. (0) | 2010.03.28 |
[리눅스]Sendmail.cf 관련 팁 몇가지 정리 (0) | 2010.02.08 |