섬네일 불러오는게 안되는거 같아요. 정보
섬네일 불러오는게 안되는거 같아요.관련링크
첨부파일
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://bebeshop.co.kr/bbs/board.php?bo_table=bebeshop
Warning: getimagesize(../data/file/bebeshop/2108818375_7ff8e353_C7AAB8A5%2BBEF0B4F6.jpg): failed to open stream: No such file or directory in /home/hosting_users/yuamall/www/skin/board/bebeshop/list.skin.php on line 197
오류 주소 : http://bebeshop.co.kr/bbs/board.php?bo_table=bebeshop
Warning: getimagesize(../data/file/bebeshop/2108818375_7ff8e353_C7AAB8A5%2BBEF0B4F6.jpg): failed to open stream: No such file or directory in /home/hosting_users/yuamall/www/skin/board/bebeshop/list.skin.php on line 197
댓글 전체
<? for ($i=0; $i<count($list); $i++) {
// Thumbnail
$image = urlencode($list[$i][file][0][file]);
$ori="$g4[path]/data/file/$bo_table/" . $image;
$ext = strtolower(substr(strrchr($ori,"."), 1)); //확장자
여기에서
$image = urlencode($list[$i][file][0][file]);
를
$image = $list[$i][file][0][file];
로 바꿔 보세요
// Thumbnail
$image = urlencode($list[$i][file][0][file]);
$ori="$g4[path]/data/file/$bo_table/" . $image;
$ext = strtolower(substr(strrchr($ori,"."), 1)); //확장자
여기에서
$image = urlencode($list[$i][file][0][file]);
를
$image = $list[$i][file][0][file];
로 바꿔 보세요
와..되요 ^^ 감사합니다. 또 같은 소스를 다른곳에서는 괜찮았는데..오늘 호스팅 받아서 새로 설치했더니 안되더라구요...희안하네요...