이미지가 안나옵니다;; 정보
이미지가 안나옵니다;;본문
http://www.sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=34169&sca=&sfl=wr_subject&stx=쇼핑&sop=and
이 스킨을 쓰는데요;;
http://nfish.co.kr/bbs/board.php?bo_table=shop 을 접속해보시면 아시겠지만
이미지가 안나와요;; 왜 그렇죠?
쪽지보낼려니까 정보수정하라는데 정보공개 칸이 없는데요??
이 스킨을 쓰는데요;;
http://nfish.co.kr/bbs/board.php?bo_table=shop 을 접속해보시면 아시겠지만
이미지가 안나와요;; 왜 그렇죠?
쪽지보낼려니까 정보수정하라는데 정보공개 칸이 없는데요??
댓글 전체

data/file/shop/thumb폴더를 삭제해보세요
삭제해도 똑같아요 ㅠ
Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home3/nfish/www/skin/board/shop_mall/list.skin.php on line 202
Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home3/nfish/www/skin/board/shop_mall/list.skin.php on line 202
이 오류메시지가 떠서 다시 복구했습니다 ㅎㄷㄷ
Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home3/nfish/www/skin/board/shop_mall/list.skin.php on line 202
Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home3/nfish/www/skin/board/shop_mall/list.skin.php on line 202
이 오류메시지가 떠서 다시 복구했습니다 ㅎㄷㄷ
PHP5.1 이후부터는 png 에 대한 생성부분이 변경되었기 때문에 quality 설정부분의 변화가 생겨 패치가 필요하다.
png 형식의 썸네일을 생성시 quality 의 범위값을 0-9 사이의 값으로 조정하면 오류없이 출력이 가능하다.
원문 :
Since PHP v5.1 the GD function imagepng() accepts compression argument. The compression argument must be from 0 to 9. 4images is using the compression settings when creating thumbnails or image resizing for jpeg images which can be from 0 to 100. Because of that using imagepng() function will return fatal error
Quote
PHP Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in example.php on line 10
위와 같은 도움말을 찾았는데 어찌 수정해야 되는지 모르겠네요
png 형식의 썸네일을 생성시 quality 의 범위값을 0-9 사이의 값으로 조정하면 오류없이 출력이 가능하다.
원문 :
Since PHP v5.1 the GD function imagepng() accepts compression argument. The compression argument must be from 0 to 9. 4images is using the compression settings when creating thumbnails or image resizing for jpeg images which can be from 0 to 100. Because of that using imagepng() function will return fatal error
Quote
PHP Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in example.php on line 10
위와 같은 도움말을 찾았는데 어찌 수정해야 되는지 모르겠네요