Page 1 of 1
No thumb creation with large images 3872 x 2592
Posted: 26 Nov 2008, 01:27
by marijn
I have throuble getting the thumbnails created with my large files. 3872 x 2592. When i first shrink the image, then upload it en let the script create the thumbs is goes well. With the large files the script respond with 'done' but no images are created> Upload is no problem.
Whats the reason and can it be resolved.
thanx
Re: No thumb creation with large images 3872 x 2592
Posted: 26 Nov 2008, 17:23
by Jan
Hi, limitation of thumbnail creation depends on your server and GD library on your server which creates the thumbnails... so maybe the memory limit is to small to create thumbnails from images witch such resolution or your GD library has problems with this limitiation (e.g. not enough time)
Re: No thumb creation with large images 3872 x 2592
Posted: 26 Nov 2008, 21:50
by marijn
That's what i thought and read somewere in this forum. I allready updated all the index.php files with the line to increase the allocation of memory. Even to a 150mb. And no succes. I didn't find an entry for the time to adjust. Perhaps you can tell me where i can find the settings you think are my problem>
Re: No thumb creation with large images 3872 x 2592
Posted: 28 Nov 2008, 16:02
by Jan

???
- memory limit
- time limit in php (increasing of 30 sec)
- CPU ???
- upload and post limits if problems with uploading ...
Jan