Hi,
I'm using GC 2.0.34, if i convert a jpg photo to gif (it increases the KB) but still thumbnails get generated but jpg photos thumbnails are all broken.
i instaled Coppermine on same domain but another path , it used the GD and thumbnails are generated fine.
Please let me know how to resolve this thumbnail issue for jpg images.
Thanks
GD version = 2.0.34 (bundled)
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.2.11 cgi
Webserver = Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.25
Database = mysqlt 5.0.81-community, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Ffmpeg, Getid3, ImageMagick, jpegtran, LinkItemToolkit, NetPBM, SquareThumb, Thumbnail, Gd
Acceleration = none, none
Operating system = Linux 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5
Rows in GalleryAccessMap table = 32
Rows in GalleryAccessSubscriberMap table = 10
Rows in GalleryUser table = 2
Rows in GalleryItem table = 8
Rows in GalleryAlbumItem table = 2
Rows in GalleryCacheMap table = 0
EDIT: Oh well... got ImageMagick working and now using it instead of GD
Posts: 11023
It's probably a memory limit issue. And you're using IM now instead of GD which is what I was going to suggest. GD is a memory hog and eats up more resources than IM does.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2
I've got the same problem. I've increased my memory_limit = 100M in my php.ini file, where else do I have to increase the memory for Gallery?
Posts: 2
Sorry my problem is a little different, I'll start another thread.