묻고답하기
썸네일 생성 안되요
2010.06.22 07:38
서버를 마련해서 옮기고 나니 썸네일이 안됩니다.
서버에 대해서는 뭐 아는게 없지만 GD 깔아야 한다고 해서 깔았는데 잘 못깔린건지...
첨부파일 확인해 보니 썸네일이 전부 0kb 로 나옵니다.
서버이전하기 전에 shared hosting 쓸때는 잘 나왔습니다.
리스트 설정문제는 아니구요. 캐시도 지워보고, 애드온도 꺼보고 했지만 안되네요.
XE문제는 아니구요, 서버설정에서 문제가 있는것 같은데 모르겠네요.
사이트는 http://baykoreans.com 입니다. 첫페이지 거의 썸네일 생성되는 위젯이고 게시판도 그렇습니다.
한 번 봐주세요 ^^*
gd
GD Support | enabled |
GD Version | bundled (2.0.34 compatible) |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.1.9 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPG Support | enabled |
PNG Support | enabled |
WBMP Support | enabled |
XPM Support | enabled |
XBM Support | enabled |
Configure Command | './configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-sockets' '--prefix=/usr' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr/local' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr/local' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-pcre-regex=/opt/pcre' '--with-pic' '--with-png-dir=/usr/local' '--with-ttf' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr' |
zlib
ZLib Support | enabled |
Stream Wrapper support | compress.zlib:// |
Stream Filter support | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.3 |
Linked Version | 1.2.3 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
댓글 2
-
백성찬
2010.06.22 12:15
-
꽃신
2010.06.22 14:00
테스트 해봤는데 여전히 같은 현상입니다. 다른 방법은 없을까요? -
꽃신
2010.07.01 19:51
결국...호스팅회사에 얘기해서 싹 밀고 새로 깔았습니다.
그 전에 아래 소스로 테스트를 해보니 GD가 제대로 안깔려 있었습니다.
<?
@Header("Content-type: image/png");
$img=ImageCreate(200,400);
Imagecolorallocate($img,210,0,0);
$img1=ImageCreate(100,300);
Imagecolorallocate($img1,0,210,0);
$img2=ImageCreate(300,500);
Imagecolorallocate($img2,0,0,210);
Imagepng($img);
Imagepng($img1);
Imagepng($img2);
//ImageDestory($img);
?>저처럼 헤메이시는 분들, 확인해보세요.
XE로 바뀌면서부터 백성찬님 답변들에서 많은 도움을 받았기에 포인트라도 좀 드리고 싶네요 :)
xe를 다른 폴더에 추가로 신규 설치 해서 테스트해보십시오.