[SOLVED] Issues when uploading larger images

marglar

Joined: 2009-11-20
Posts: 3
Posted: Fri, 2009-11-20 02:24

I'm having an issue with my gallery in that if I try to upload images larger than 1500 x 1500 things seem to break. The thumbnails are never generated, if I try to view the images the page is only white.

If I delete those images and upload at 1500x1500 everything works fine.

I've dug around on the site and couldn't find any reference to this, so any help would be most appreciated!

Gallery URL = http://roguesavage.com/main.php
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.9 apache
Webserver = Apache
Database = mysqlt 5.0.85-community-log, lock.system=flock
Toolkits = ArchiveUpload, Exif, Getid3, LinkItemToolkit, NetPBM, Gd, jpegtran, ImageMagick, Thumbnail
Acceleration = none, none
Operating system = Linux cp.pacificatechnologies.net 2.6.18-028stab064.7 #1 SMP Wed Aug 26 13:11:07 MSD 2009 i686
Default theme = classic
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9
Rows in GalleryAccessMap table = 42
Rows in GalleryAccessSubscriberMap table = 130
Rows in GalleryUser table = 2
Rows in GalleryItem table = 126
Rows in GalleryAlbumItem table = 8
Rows in GalleryCacheMap table = 0

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 17361
Posted: Fri, 2009-11-20 14:33
Quote:
Toolkits = ArchiveUpload, Exif, Getid3, LinkItemToolkit, NetPBM, Gd, jpegtran, ImageMagick, Thumbnail

Uninstall all these toolkits and try to install/test/activate the ImagMagick toolkit.
test a upload.

also:
FAQ: Why can't I upload big files (over a megabyte or two)?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
marglar

Joined: 2009-11-20
Posts: 3
Posted: Fri, 2009-11-20 15:16

That worked beautifully! Thank you!

Um, do I need any of that stuff for simple use of the system? I use the Iphoto uploader to upload images and this seems to work perfectly.

Just curious if I'll wish I would have had any of this later.

Regardless, thank you!

Login or register to post comments
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 11023
Posted: Fri, 2009-11-20 16:38

No, you don't need all that stuff. Minimally, you just need ImageMagick (or GD or NetPBM, but not all 3) to process images. You can get more information about each plugin here:
http://codex.gallery2.org/Gallery2:Download#Modules
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

Login or register to post comments