![]() |
|
problem with thumbnail creation - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: problem with thumbnail creation (/thread-7.html) |
problem with thumbnail creation - tepbd59 - 2005-09-19 everything works but the thumbnail creation. i've looked at the server logs and I don't get any errors, just when I load the gallery page the images for the thumbnails don't show up. I looked at the images folder and it looks like the actual files are not created. the albums dir is already chmodded 777. here is my gd config from phpinfo: GD Support enabled Any clue on why it's not working? problem with thumbnail creation - tepbd59 - 2005-09-19 nevermind, i didn't chmod 777 the cache dir problem with thumbnail creation - SomethingBig - 2005-11-28 The problem we've been having is PHP running out of memory while processing the images. 8M is the default, which isn't a lot when running manipulations on a 3 meg jpeg. I increased my Media Temple account's memory to 150M, and now have thumbs for all my photos. Put the following two lines into .htaccess php_value memory_limit 150M problem with thumbnail creation - SomethingBig - 2005-11-28 I actually upped my limits to 350M just now, after uploading a couple 5 megabyte photos. problem with thumbnail creation - hdort - 2006-03-08 Just to add: I got thumbnails, but no previews. When I called the URL for a preview image, the error was: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 446 bytes) in /zenphoto/zen/i.php on line 83 After adding the two lines to .htaccess everything is working now! :-) |