갤러리스킨에서 목록이미지가 안 나옵니다. 정보
갤러리스킨에서 목록이미지가 안 나옵니다.본문
댓글 전체
퍼미션 문젠가?
gd 같은데
list.php
수정 전
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $board[bo_9]);
수정 후
imagejpeg($dst, $thumb_path.'/'.$list[$i][wr_id], $board[bo_9]);
수정 전
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $board[bo_9]);
수정 후
imagejpeg($dst, $thumb_path.'/'.$list[$i][wr_id], $board[bo_9]);
저도 그런데 왜 그러죠..