사진 등록시 그자리 오류내용
똑같은 사진을 올리더라도 4개는 정상 적으로 나오는데 1개가 사진과 같이 오류 나오고요
그다음 부터페이지 는 전부 오류 내용이 출력 됩니다 어떻게 해결 해야 할가여
어떤 이미지 사진을 올리더라도 저런 오류내용이 나옵니다
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 22
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 31
Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 32
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 33
Warning: imagejpeg(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 43
Warning: imagedestroy(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php
그다음 부터페이지 는 전부 오류 내용이 출력 됩니다 어떻게 해결 해야 할가여
어떤 이미지 사진을 올리더라도 저런 오류내용이 나옵니다
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 22
Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 31
Warning: imagefilledrectangle(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 32
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 33
Warning: imagejpeg(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php on line 43
Warning: imagedestroy(): supplied argument is not a valid Image resource in /free/home/sc2399sc/html/skin/latest/P_webzin/latest.lib.php
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
imagecreatetruecolor(가로길이, 높이) 이렇게 호출해야 하는데
width height 값이 넘겨지지 않았다는 말입니다
질문만으로는 원인을 알 수 없네요
되는게 있고 안되는게 있다니 원인은 안되는 화일이 무슨 화일인지가 관건이네요
bmp 화일을 업로드 했다면 bmp는 썸네일을 만들지 못하는 화일이므로 jpg로 바꾸어 올려야 합니다
그도저도 아니라면 무슨이유에서건 이미지의 가로 세로 길이를 구하지 못해서 일어난 에러 입니다
아! 똑같은 사진을 올렸다고 했으니..
아마도 어떤 이유에서 이미지가 모두 업로드 되지못한 이유겠네요
혹시 전체 적인 홈페이지 색상이 흰색인데 다른 색상으로 변경 할줄 아세여 js빌더 입니다
스킨에 따라 그곳에 width 값과 height r값이 기록되는데 그곳에 잘못된 부적절한 내용이 들어가 있으면
저런 에러가 나기도 하더군요.