겔러리게시판에 html로 작성하고 게시판에서는 정보
겔러리게시판에 html로 작성하고 게시판에서는관련링크
http://www.paradisefarm.co.kr/
274회 연결
본문
댓글 전체

/skin/latest/new2/latest.skin.php 파일이 있는지 확인해보세요.
예 감사합니다. 올리고 나서 다시 에러 69라인이라 나오네요.
스킨을 위쪽을 보니까 아래와같은데 여기는 손볼것이 없나요.
$cols = 1; // 이미지 가로갯수 // 이미지 세로 갯수는 메인에서 지정(총 이미지 수)
$image_h = 1; // 이미지 상하 간격
$col_width = (int)(99 / $cols);
스킨을 위쪽을 보니까 아래와같은데 여기는 손볼것이 없나요.
$cols = 1; // 이미지 가로갯수 // 이미지 세로 갯수는 메인에서 지정(총 이미지 수)
$image_h = 1; // 이미지 상하 간격
$col_width = (int)(99 / $cols);
다시 에러메세지가 63라인 이라 나오는데
56-64라인의 소스입니다. 좀 도와 주세요.
// 계산된 썸네일 이미지의 높이가 설정된 이미지의 높이보다 작다면
$dst = imagecreatetruecolor($img_width, $img_height);
if ($height < $img_height) { // 계산된 이미지 높이로 복사본 이미지 생성
imagecopyresampled($dst, $src, 0, 0, 0, 0, $width, $img_height, $size[0], $size[1]);
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $img_quality);
} else { // 설정된 이미지 높이로 복사본 이미지 생성
imagecopyresampled($dst, $src, 0, 0, 0, 0, $img_width, $height, $size[0], $size[1]);
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $img_quality);
56-64라인의 소스입니다. 좀 도와 주세요.
// 계산된 썸네일 이미지의 높이가 설정된 이미지의 높이보다 작다면
$dst = imagecreatetruecolor($img_width, $img_height);
if ($height < $img_height) { // 계산된 이미지 높이로 복사본 이미지 생성
imagecopyresampled($dst, $src, 0, 0, 0, 0, $width, $img_height, $size[0], $size[1]);
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $img_quality);
} else { // 설정된 이미지 높이로 복사본 이미지 생성
imagecopyresampled($dst, $src, 0, 0, 0, 0, $img_width, $height, $size[0], $size[1]);
imagepng($dst, $thumb_path.'/'.$list[$i][wr_id], $img_quality);

에러메세지를 올려주세여
위쪽 43519 질문 올렸어요