Ive heard of this problem while uploading photos, but when I click my gallery page, I get a out of memory error:
http://prospector86.info/albums
Does this have something to do with the php image processing memory (forget what its called)?
PS I haven't updated to alpha yet (gonna do that tonight and see if it solves the problem.
Thanks
Sam
Comments
Comment #1
sunThat's because Image (Gallery) needs to build the image derivative sizes for all images that are displayed in the gallery. This mass-operation can consume much more memory than other pages.
Comment #2
sbsimmons86 commentedIs there anything I can do about it? I dont have a ton of pictures or anything
Thanks
Sam
Comment #3
Hetta commentedSet your "images per gallery" really small
View each gallery, and each gallery page, one by one by one.
OR, check your php.ini settings - sorry, I don't have a drupal helpful hint handy, but do a google search for "drupal image white screen" and you'll probably find one or the other setting to twitch.
I have thousands of pics, and don't get timeouts, even with dozens of new derivatives generated in one go ... I think I've set most settable things to 32 MB or more.
Note, I'm on linux, with imagemagick. I generate everything on localhost and upload images + database to the live host once that's all done ...
Comment #4
sbsimmons86 commentedOk.. I got it working... I didn't have imagemagick working right... had to copy the inc file to includes folder.
Thanks for the help
Sam